# Tickets Everything about your tickets ## Reply to a ticket - [POST /tickets/{id}/reply](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/replyticket.md): You can reply to a ticket with a note from an admin. ## Create a ticket - [POST /tickets](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/createticket.md): You can create a new ticket. ## Update a ticket - [PUT /tickets/{id}](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/updateticket.md): You can update a ticket. ## Retrieve a ticket - [GET /tickets/{id}](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/getticket.md): You can fetch the details of a single ticket.