Skip to main content
GET
Get the consent tied to a subscription

Path Parameters

Example Request

Response

Returns the consent record linked to the subscription.

Response Fields

If no consent record exists for the subscription, this endpoint returns a 404 Not Found response. Use the Record Consent endpoint to create one.
Subscriptions without a valid consent record may be paused automatically depending on your compliance settings. Ensure consent is collected before activating subscriptions.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The subscription's recurring-billing consent.

id
string<uuid>
tenant_id
string<uuid>
customer_id
string<uuid>
subscription_id
string<uuid> | null
Available options:
recurring_billing,
email_marketing,
data_processing,
terms_of_service,
privacy_policy
granted
boolean
granted_at
string<date-time>
revoked_at
string<date-time> | null
ip_address
string
user_agent
string

Exact text shown to the customer.

version
string

Version of the consent text.

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