Skip to main content
GET
/
v2
/
orgs
/
subscriptions
List Org Subscriptions
curl --request GET \
  --url https://api.studio.prisme.ai/v2/orgs/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "slug": "<string>",
      "name": "<string>",
      "tier": "<string>",
      "status": "active",
      "id": "<string>",
      "plan": "<string>",
      "isDefault": true,
      "limits": {},
      "features": {},
      "billing": {},
      "startedAt": "<string>",
      "expiresAt": "<string>",
      "createdBy": "<string>",
      "updatedBy": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
tier
string

Response

Success

results
object[]
total
number