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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.