List organizations
One entry for an organization key — the one it acts inside. Every organization for an instance admin key. No scope required: a key can only ever see the organization it is already bound to.
One entry for an organization key — the one it acts inside. Every organization for an instance admin key. No scope required: a key can only ever see the organization it is already bound to.
Authorization
BearerAuth AuthorizationBearer <token>
An instance admin key from ADMIN_API_KEYS, or an organization key (elmo_…) issued from the dashboard.
In: header
Query Parameters
page?integer
Page number, 1-based.
Range
1 <= valueDefault
1limit?integer
Items per page. Values above the maximum are clamped, not rejected.
Range
1 <= value <= 100Default
20Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/organizations"{ "data": [ { "id": "string", "name": "string", "slug": "string", "brandCount": 0, "createdAt": "2019-08-24T14:15:22Z" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}