Skip to content

Get a Subscription

Overview

Returns the destails of a single subscription.

Endpoint

GET https://api.salable.app/subscriptions/{subscription Uuid}

Where {subscription UUID} is the UUID for the specific subscription. If needed, this can be copied from the subscriptions page of the dashboard.

Headers

Header Name Description Required Value
x-api-key Your API key, from the Salable Dashboard ✅ string

Sample Request

https://api.salable.app/subscriptions/b4ab0a2f-c76e-4bce-ade2-8d0d2fd5973f

x-api-key: "Your API Key"

Response

The response is an array of objects.

Element Description Type Notes

Sample Response

TBD