Skip to main content
GET
Fetch a single conversation ticket by its unique identifier (inbox_id). The response contains current lifecycle state, assigned WhatsApp phone number, timestamps, and full contact details.

Authentication

This endpoint requires Bearer token authentication.

Path Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Unique UUID identifier of the inbox ticket.

Response Fields

string
UUID of the inbox ticket.
string
UUID of the owning organization.
string
UUID of the linked contact.
string
UUID of the linked WhatsApp business phone number, or null.
string
Ticket status (open or closed).
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.
object
Detailed contact profile object.