⚠️ Not Yet Implemented — This endpoint is planned but not currently available in the backend API. The documentation below represents the intended design and may change before implementation.
Retrieve a list of departments within an organization. Only returns departments that belong to the authenticated user's organization.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/departments
organization_id string required
The organization ID.
include_inactive boolean optional · Defaults to false
Whether to include inactive departments in the response.
An array of Department objects.
curl https://api.aitronos.com/v1/organizations/org_xyz789/departments \
-H "X-API-Key: $FREDDY_API_KEY"