APIIdentity
List your organizations
Every org you belong to that the control plane has claimed, with the billing gate's verdict for each.
GET
/api/orgsAuthorization
bearerAuth AuthorizationBearer <token>
Session token from sling login.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/orgs"{ "orgs": [ { "slug": "acme", "name": "Acme, Inc.", "plan": "free" } ]}Your identity and credential GET
Who you are and which credential you presented (sling whoami). credential.type discriminates a session — a browser cookie or a device-flow bearer token — from an api-key caller, which also carries its key id and scopes.
Control-plane version GET
The running control plane and the commit it was built from. Needs no credential, so it answers whether the service is reachable before you start debugging one.