post https://{domain}.gorgias.com/api/tickets//tags
Add tags to a ticket.
Log in to see full request history
Response
201No content.
Add tags to a ticket.
201No content.
xxxxxxxxxx
curl --request POST \
--url https://your-domain.gorgias.com/api/tickets/ticket_id/tags \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!