Get organization
The organization this key is bound to. There is no :id variant — a key reaches one organization.
Authorization
bearerAuth AuthorizationBearer <token>
An API key from Settings > API access, sent as Authorization: Bearer sp_live_.... Send exactly one credential per request; a request carrying both a bearer token and a session cookie is rejected rather than resolved by precedence.
In: header
Header Parameters
Superposition-Organization?string
Optional cross-check. If present it must match the organization the key is bound to; it never switches organizations.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organization"{ "id": "string", "name": "string", "companyId": "string", "createdAt": "2019-08-24T14:15:22Z"}Last updated on