v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Cost Centers

Get cost center

This endpoint gets a cost center by ID.

get/v2/companies/{companyId}/cost-centers/{costCenterId}

Response

OK

namestring required
externalIdstring

Example response

{
  "id": {
    "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
  },
  "name": "CostCenter",
  "externalId": "external-id"
}