cURL
curl --request GET \ --url https://dev-billing-api.spectertech.ai/api/v1/plans/{id}
{ "id": "<string>", "name": "<string>", "description": "<string>", "price": 123, "currency": "<string>", "interval": "<string>", "features": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] }
Retrieve detailed information about a specific plan using its unique identifier.
Unique plan ID
OK - Successful response
Unique identifier of the plan
Name of the plan
Detailed description of the plan
Price in the smallest currency unit (e.g., cents)
Currency code (e.g., 'usd')
Billing interval (e.g., 'month')
Show child attributes