get https://api.personio.de/v2/cost-centers
- Returns a list of existing cost centers for an authorized company.
- Supports pagination using the
cursor
andlimit
query parameters. - Supports filtering cost centers by
name
andid
query parameters. - Supports sorting cost centers by
name
andid
using thesort
query parameter. - Default sort is by
id
in ascending order. - Note: This endpoint is in beta mode. Please use the discussion page in the Developer Hub for feedback.