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
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Responses
200
Successful Response
{
"$ref": "#/components/schemas/SubscriptionResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}