Get Subscription
Retrieve a single subscription by its ID.
403 with error code external_billing_api.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Integer ID of the subscription.
"1"
Response
Subscription returned successfully.
Subscription ID.
"1"
ID of the client this subscription belongs to.
"42"
Display name of the client.
"Acme Corp"
ID of the billing plan/product.
"7"
Name of the billing plan/product.
"Starter Plan"
Current subscription status.
active, past_due, blocked, canceled "active"
Start of the current billing period (ISO 8601).
"2025-01-01T00:00:00"
End of the current billing period (ISO 8601).
"2025-02-01T00:00:00"
When the subscription was created (ISO 8601).
"2025-01-01T00:00:00"
When the subscription was last updated (ISO 8601).
"2025-01-15T10:00:00"

