Customers
List customer subscriptions
get/customers/{uuid}/subscriptions
Path parameters
uuidstring required
Customer UUID.
Response
List of subscriptions
Example response
{
"data": [
{
"currency": "EUR"
}
]
}Customer UUID.
List of subscriptions
{
"data": [
{
"currency": "EUR"
}
]
}