List Organizations
Intent
Reads the available organizations as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect organizations. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries organizations:read or organizations:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Authorizations
Query Parameters
Return only records matching slug.
Results page to return. The first page is used by default.
Records returned per page. Defaults to 10 and accepts up to 100.
Sort rules applied from left to right. Prefix any rule with - to reverse it into descending order.
created_at, -created_at, slug, -slug, name, -name, next_review_threshold, -next_review_threshold, days_in_status, -days_in_status