Returns a list of all available cancellation reasons to be used when cancelling an appointment.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/cancellation-reasons
- Productionhttps://api.speedysticks.com/api/cancellation-reasons
curl -i -X GET \
https://docs.speedysticks.com/_mock/openapi/api/cancellation-reasons \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "id": 1, "name": "Scheduled by mistake" } ]