Skip to main content
GET
Get a subscription by id

Example request

Subscriptions are tenant-scoped: a foreign or missing ID returns a flat 404. To see the invoices this subscription has produced, list them with GET /v1/invoices?subscription_id=....

Errors

See Errors for the error envelope and the full code taxonomy.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The subscription.

data
object