Subscriptions
List subscriptions for the current user
Lists the authenticated user's Subscriptions. A Subscription is the user's opt-in to receive a particular notification (e.g. failed payment, expiring membership) for a specific Site.
get/customers/my-subscriptions
Query parameters
site_idstring
The site ID to filter subscriptions by
Response
The subscriptions were successfully retrieved.
Example response
{
"meta": {
"from": 1,
"to": 2,
"total": 2,
"current_page": 1,
"last_page": 2,
"per_page": 15,
"path": "http://example.com/api"
}
}