provider Ticket Types GET /ticket_types/{ticket_type_id}
@utdk/intercom /ticket_types/{ticket_type_id}
Retrieve a ticket type
You can fetch the details of a single ticket type.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
ticket_type_id path required
The unique identifier for the ticket type which is given by Intercom.
string

Try it

Authentication
Configure credentials for Intercom API
gettickettype
GET/ticket_types/{ticket_type_id}
You can fetch the details of a single ticket type.

Parameters

required

The unique identifier for the ticket type which is given by Intercom.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.gettickettype({
  "Intercom-Version": "2.14"
})