v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Customers

List customer subscriptions

get/customers/{uuid}/subscriptions

Path parameters

uuidstring required

Customer UUID.

Response

List of subscriptions

Example response

{
  "data": [
    {
      "currency": "EUR"
    }
  ]
}