Auth RequiredExplorer+
client.support.reply()
Add a message to an open ticket.
reply(ticketId: string, params: CreateReplyParams): Promise<APIResponse<SupportTicketReply>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
Support ticket id
- Example
- stringrequired
The reply body. Plain text.
- object
The response payload.
- integer
Numeric id of the reply.
- string
Id of the ticket the reply was added to.
- string
The reply body, as sent.
- string
When the reply was recorded, ISO 8601 UTC.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 413
PAYLOAD_TOO_LARGE - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Minimum tier
- Explorer+
- Monthly quota
- 200/mo
- Rate limit
- 10/min
- Daily cap
- 50
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.