cURL
curl --request GET \ --url https://api.athenahq.ai/api/v1/subscriptions/website \ --header 'x-api-key: <api-key>'
{ "products": [ { "id": "pro_monthly", "name": "Pro Plan", "status": "active", "canceled_at": null, "cancel_at": null, "started_at": 1704067200, "ended_at": null } ] }
Returns the subscription products for a specific website, including their status and billing dates.
API key for authentication. You can create one here.
The ID of the website to retrieve subscription information for
Successful response with subscription products
Show child attributes
Was this page helpful?