Skip to main content
GET
Get a local subscription record by id
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /billing/subscriptions/ Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Subscription retrieved

status
string
data
object

Local mirror of a tenant's subscription (TenantSubscription model).