Organizations API
List organizations
List organizations the authenticated user belongs to, including the member role and high-level subscription status. Does not return billing provider IDs.
Authorization
bearerAuth AuthorizationBearer <token>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
In: header
Response Body
application/json
application/json
curl -X GET "https://demo.supercheck.dev/api/organizations"{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"slug": "string",
"logo": "string",
"createdAt": "2019-08-24T14:15:22Z",
"role": "org_owner",
"isActive": true,
"subscriptionPlan": "string",
"subscriptionStatus": "string",
"subscriptionEndsAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Unauthorized"
}Empty