GET
/organizationsList organizations
Returns organizations visible to the current actor.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
limitquery · integeroptional
Maximum records to return. Defaults to 25.
cursorquery · stringoptional
Opaque cursor from a prior response.
planquery · stringoptional
Filter by active plan.
Valuesenum
"free" · "growth" · "enterprise"
Responses
200application/json
Organization page.
{
"data": [
{
"id": "org_01J8F1Q6N6VTX4E8W9R2D0A7B3",
"name": "Northstar Labs",
"slug": "northstar-labs",
"plan": "enterprise"
}
],
"page": {
"next_cursor": null,
"has_more": false
},
"request_id": "req_01J8G1Q6N6VTX4E8W9R2"
}dataarray<>optional
pageoptional
request_idstringoptional
Powered by heyo-docs