Find a subscription
Retrieves the details of an existing subscription. You need only supply the unique subscription identifier.
Authorizations
Authentication header of the form api key, where api key is your organization api key.
Headers
Specifies the version of the API to use
2.0.0 Path Parameters
Subscription ID
Response
Returns the subscription object if a valid identifier was provided.
Unique identifier for the subscription
"sub_123e4567-e89b-12d3-a456-426614174000"
Next scheduled billing date for the subscription
"2025-06-26T12:00:00Z"
Information about past due attempts
Current status of the subscription
trial, active, past_due, cancelled, scheduled_for_cancellation Custom metadata associated with the subscription A dictionary of key-value pairs.
{ "key": "value" }The date and time at which the subscription was created in UTC format
"2025-05-26T10:00:00Z"
The date and time of the last subscription update in UTC format
"2025-05-27T10:00:00Z"