Skip to main content
POST
Reply as author
Requires Premium or Enterprise subscription

Overview

Send a reply to a ticket as the ticket author (member/player). Important Notes:
  • Only the original ticket author can use this endpoint
  • Cannot reply to closed or resolved tickets
  • The reply is added to the ticket’s content with type “author_message”

Path Parameters

string
required
Ticket ID

Request Body

string
required
Reply message content
integer
required
UserId of the ticket author

Response

boolean
Whether the request was successful
object

Example

Response Example

Error Responses

Rate Limit

25 requests per second per API key

Authorizations

apikey
string
header
required

Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.

Path Parameters

ticketId
string
required

Ticket ID

Body

application/json
content
string
required

Reply message content

authorUserId
integer
required

UserId of the ticket author

Response

Reply sent successfully