POST /dashboard/tickets/{tid}

Reply to ticket

Adds a reply to an existing ticket.

Parameters

NameTypeInDescription
tid*
stringpathThe ticket ID

Response

200
403
successboolean
messagestring

Request

curl -X POST "https://api.royalehosting.net/dashboard/tickets/{tid}" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true,
  "message": "New message sent."
}