Subscriptions
API ReferenceSubscriptionsGet
Retrieve Subscription
Retrieves the full details of an existing subscription by its ID.
GET /subscriptions/{subscription_id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
subscription_id | string | Yes | The unique identifier for the subscription. |
Headers
| Header | Type | Required | Description |
|---|---|---|---|
api-key | string | Yes | Your secret API key. |
X-Profile-Id | string | Yes | Profile ID for authentication. |
Request Example