Organizations
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
abbreviationstringOptionalExample:
Use this to search for an organization by abbreviation. As the abbreviation is unique for organizations, only one exact match is returned or no results at all.
siabeforestringOptionalExample:
Organization cursor to fetch results before
a3c2a57e-2797-4159-8700-8ad55bf8150elastnumberOptionalExample:
The amount of results to fetch before the 'before' cursor, or, if no 'before' cursor is provided, from the end of your selection
10afterstringOptionalExample:
Organization cursor to fetch results after
a3c2a57e-2797-4159-8700-8ad55bf8150efirstnumberOptionalExample:
The amount of results to fetch after the 'after' cursor, or, if no 'after' is provided, from the start of your selection
10Responses
200Success
application/json
400
Bad request. The error message in the response body shows what the problem is.
401
The service account is not properly authenticated
403
Service account forbids executing this action. See the response body for more information.
default
application/json
get/api/v1/organizations
Last updated