Skip to main content

Get User Subscription

GET /v1/billing/subscription

Get current user's subscription information.

Returns subscription details if available, or empty subscription data with status='none' if the user has no active subscription. Always returns 200 status code.

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Responses

200

Successful Response

{
"$ref": "#/components/schemas/SubscriptionResponse"
}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}