v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Billing

Get Website Subscription

Returns the subscription products for a specific website, including their status and billing dates.

get/api/v1/subscriptions/website

Query parameters

website_idstring uuid required

The ID of the website to retrieve subscription information for

Response

Successful response with subscription products

Example response

{
  "products": [
    {
      "id": "pro_monthly",
      "name": "Pro Plan",
      "status": "active",
      "started_at": 1704067200000
    }
  ]
}