Skip to main content
POST
/
v1
/
support
/
tickets
/
{id}
/
reply
Reply to a support ticket
curl --request POST \
  --url http://0.0.0.0:3000/v1/support/tickets/{id}/reply \
  --header 'Authorization: Bearer <token>'
{
  "message": "validation error"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Reply posted