StarSling
APIIdentity

List your organizations

Every org you belong to that the control plane has claimed, with the billing gate's verdict for each.

View Markdown
GET/api/orgs

Authorization

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"    }  ]}