List organizations
Lists the organizations this credential can access. A credential is bound to exactly one organization today, so the list always fits one page.
Lists the organizations this credential can access. A credential is bound to exactly one organization today, so the list always fits one page.
Authorization
bearerAuth A gid_ API key (Settings → API keys) or an OAuth 2.1 access token.
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/organizations"{ "data": [ { "id": "string", "name": "string", "slug": "string", "image_url": "string", "created_at": "2019-08-24T14:15:22Z" } ], "has_more": true, "next_cursor": "string"}List members GET
Cursor-paginated list of the credential's organization members, newest membership first.
Get an organization GET
Fetches a single organization by id. The id MUST equal this credential's own organization — any other id (including one that genuinely exists for a different tenant) answers 404 `resource_not_found`; there is no cross-org existence oracle.