Get Subscription Plan
GET /v1/billing/plans/{plan_name}
Get a specific subscription plan by name.
Parameters
Name | Type | Required | Description |
---|---|---|---|
plan_name | string | Yes | |
X-API-Key | string | No |
Responses
200
Successful Response
{
"$ref": "#/components/schemas/PlanResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}