/billing/v1/subscriptions
This endpoint retrieves a list of subscriptions
limit
string
The maximum number of subscriptions to return (default 20, maximum 100)
startingAfter
string
The ID of the last subscriptions in the previous page of results. Results will start after this subscription
A list of subscriptions
{
"data": {
"hasMore": true,
"items": [
{
"id": "string",
"paymentProfileId": "string",
"network": "string",
"billingThreshold": {
"amount": 123.0,
"currency": "string"
},
"billingStatus": "CANCELED",
"currentPeriodEnd": "2023-06-07T17:32:28Z",
"currentPeriodStart": "2023-06-07T17:32:28Z",
"priceId": "string",
"createdAt": "2023-06-07T17:32:28Z",
"lastUpdatedAt": "2023-06-07T17:32:28Z"
}
]
}
}
Was this page helpful?