latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Organizations

List organizations

Endpoint used to list organization resources

get/organizations

Query parameters

cursorstring

Last pagination reference

limitinteger

max number of Organizations returned

Response

Successfully fetched Organizations list

nextCursorstring nullable required

The cursor to retrieve the next page of Organizations.

nextPageUrlstring nullable required

Path with query parameters that can be used to retrieve the next page of Organizations.

Example response

{
  "organizations": [
    {
      "id": 15,
      "name": "My Organization",
      "timeZone": "America/New_York",
      "imageUrl": "https://example.com/image.png",
      "currency": "USD",
      "dateFormatLocale": "en-CA"
    }
  ]
}