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
Example response
{
"organizations": [
{
"id": 15,
"name": "My Organization",
"timeZone": "America/New_York",
"imageUrl": "https://example.com/image.png",
"currency": "USD",
"dateFormatLocale": "en-CA"
}
]
}