Adds your reply to ticket_number in the path when the ticket belongs to your account. File attachments are not supported.
Request
Add parameter in header API-key
Example:API-key: ********************
Body Params application/jsonRequired
Request Code Samples
curl --location --request POST 'https://mijn.host/api/v2/account/tickets//reply' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{"message":"Thanks!"}'
Responses
application/json {
"status": 0,
"status_description": "string",
"data": {
"sent": true
}
}
Modified at 2026-04-09 12:56:00