List Organizations
List the details about all Organizations that you have access to. Requires using a personal access token (PAT) for authentication.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filters the Organization list by support plan.
Filters the Organization list by product.
The number of results to skip before returning values.
The maximum number of results to return.
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
The maximum number of Organizations in the page.
The offset of the Organizations in the page.
The list of Organizations in the page.
The total number of Organizations.