POST /self/{shopId}/tickets/{ticketId}/message

POST /self/{shopId}/tickets/{ticketId}/message

Path parameters

application/json

Body

Responses

POST /self/{shopId}/tickets/{ticketId}/message
curl \
 -X POST https://dev.sellpass.io/self/{shopId}/tickets/{ticketId}/message \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"content":"string"}'
Request example
{
  "content": "string"
}