Skip to main content
GET
/
api
/
v1
/
organizations
/
{organizationId}
/
companies
/
{companyId}
/
cost-centers
cURL
curl -sS -X GET "$FLUIDE_BASE_URL/api/v1/organizations/string/companies/string/cost-centers"
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

organizationId
string
required

organizationId identifier

companyId
string
required

companyId identifier

Response

List Cost Centers

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload