v1
latestOpenAPI 3.1.02026-07-2420077.8 KBCost centers
List all cost centers
Lists all cost centers in your organization. Returns a paginated list with offset and limit controls.
get/cost_centers
Headers
Authorizationstring required
Your Perk API key
Response
Returns '200 OK' and a paginated list of cost centers.
Example response
{
"limit": 10,
"cost_centers": [
{
"id": "2",
"name": "Marketing"
}
]
}