List Organizations
Gets a list of organizations.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pageToken
Pagination token. Leave empty to get the first page of results.
Response
OK
organizations
List of organizations.
nextPageToken
Value to use as pageToken
for the next page of data. Empty if there is no more data.