For the complete documentation index, see llms.txt. This page is also available as Markdown.

Organizations

get

The organizations you get returned are based upon your service account's organization's access scope, and are sorted by name ascendingly.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
abbreviationstringOptional

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.

Example: sia
beforestringOptional

Organization cursor to fetch results before

Example: a3c2a57e-2797-4159-8700-8ad55bf8150e
lastnumberOptional

The amount of results to fetch before the 'before' cursor, or, if no 'before' cursor is provided, from the end of your selection

Example: 10
afterstringOptional

Organization cursor to fetch results after

Example: a3c2a57e-2797-4159-8700-8ad55bf8150e
firstnumberOptional

The amount of results to fetch after the 'after' cursor, or, if no 'after' is provided, from the start of your selection

Example: 10
Responses
200Success
application/json
get/api/v1/organizations

Last updated