Skip to main content
POST
cURL

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Body

The body is of type object.

Response

200 - application/json
id
integer
read-only
organization
integer | null
read-only
stripe_subscription_id
string
read-only
is_active
boolean
read-only
is_trial
string
read-only
pack
object
next_billing_cost
string
read-only
has_payment_method
string
read-only
seat_payment_overdue_since
string<date-time> | null
read-only

When a renewal payment for this perpetual plan's seat subscription first failed. Once older than SUBSCRIPTION_GRACE_PERIOD_DAYS, billable members other than the free-plan owner are blocked at the API level until the payment is fixed. Cleared when a seat invoice is paid.

last_payment_at
string<date-time>
read-only
expire_at
string<date-time>
read-only
cancelled_at
string<date-time> | null
read-only

Timestamp when the subscription was cancelled (is_active set to False).

created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only