Skip to main content
GET
Get authenticated customer's active subscription

Authorizations

Authorization
string
header
required

API key secret (starts with s_live_). Create keys in the dashboard under Settings → API keys, or via POST /v1/api-keys/. Send it as Authorization: Bearer <secret>.

Response

Successful Response

Public response model for customer subscription information.

status
string
required
created_at
string<date-time>
required
started_at
string<date-time>
required
id
string | null
plan
string | null
current_billing_period_start_date
string<date-time> | null
current_billing_period_end_date
string<date-time> | null
end_date
string<date-time> | null