Skip to main content
POST
Get merged customer ticket IDs
Required scopes: customers:ro

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
customer_id
string<uuid>
required

The requested customer ID.

silo
enum<string>

An optional ticket silo filter.

Available options:
inbox,
archive,
spam,
trash

Response

An array of ticket IDs for the merged customer.

ticket_ids
string<uuid>[]

The requested customer ticket IDs.