latestOpenAPI 3.0.32026-08-084947174.1 KB
f9302ec2ef8a
Subscriptions
Get subscription cancellation reasons
Returns a list of valid reasons that can be used when cancelling a subscription.
get/subscriptions/cancellation_reasons
Response
List of subscription cancellation reasons
Example response
{
"data": [
{
"id": 2,
"name": "client_request_client_dissatisfied"
}
]
}