# Tickets

Everything about your tickets

 - [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.
 - [POST /tickets](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/createticket.md): You can create a new 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.
 - [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.
 - [Ticket](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/ticket.md): Schema: #/components/schemas/ticket
 - [Contacts](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/ticket_contacts.md): Schema: #/components/schemas/ticket_contacts
 - [Ticket Part](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/ticket_part.md): Schema: #/components/schemas/ticket_part
 - [Ticket Type](https://developers.intercom.com/docs/references/2.9/rest-api/api.intercom.io/tickets/ticket_type.md): Schema: #/components/schemas/ticket_type
