Skip to content

Get cancellation reasons

Request

Returns a list of all available cancellation reasons to be used when cancelling an appointment.

Security
BearerAuth
curl -i -X GET \
  https://docs.speedysticks.com/_mock/openapi/api/cancellation-reasons \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Cancellation reasons retrieved successfully.

Bodyapplication/json
Array [
idinteger
Example:1
namestring
Example:"Scheduled by mistake"
]
Response
[ { "id": 1, "name": "Scheduled by mistake" } ]