API referenceAdmin organizations
List the organizations the caller belongs to
Authorization
ConsoleSession agw_identity_auth.session_token<token>
The console's session cookie. Admin requests from the console also send x-console-request: 1.
In: cookie
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/admin/organizations"{ "organizations": [ { "organization": { "id": "string", "name": "string", "createdAt": "string", "claimed": true, "expiresAt": "string" }, "role": "owner", "status": "active", "joinedAt": "string" } ]}