Skip to main content
GET
/
subscription
Current tenant subscription
curl --request GET \
  --url https://{tenantDomain}.sinjapp.org/api/v1/subscription \
  --header 'X-Api-Key: <api-key>'
{
  "plan": {},
  "status": "<string>",
  "limits": [
    {}
  ],
  "usage_snapshot": {}
}

Authorizations

X-Api-Key
string
header
required

Response

Current tenant subscription, plan, limits, and usage.

plan
object
status
string | null
limits
object[]
usage_snapshot
object