List Organizations

Gets a list of organizations.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageTokenstringOptional
Pagination token. Leave empty to get the first page of results.

Response

OK
organizationslist of objects or null
List of organizations.
nextPageTokenstring or null

Value to use as pageToken for the next page of data. Empty if there is no more data.