List Organizations
List the details about all Organizations that you have access to. Requires using a personal access token (PAT) for authentication.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
supportPlan
Filters the Organization list by support plan.
Allowed values:
product
Filters the Organization list by product.
Allowed values:
offset
The number of results to skip before returning values.
limit
The maximum number of results to return.
sorts
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
limit
The maximum number of Organizations in the page.
offset
The offset of the Organizations in the page.
organizations
The list of Organizations in the page.
totalCount
The total number of Organizations.