Skip to main content
GET
Returns one unified customer profile with contact methods, channel identities, properties, and conversation stats.

Authentication

string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

string
required
Organization ID. Must match the API key.
string
required
Project ID. Must match the API key.
string
required
Customer profile ID.

Response

string
required
Customer profile ID.
string
Display name.
string
Human-readable customer id.
array
required
Phone contact methods.
array
required
Email contact methods.
array
required
Channel identities (channel_type, identity_key, first/last seen).
object
required
Custom property bag.
integer
required
Total conversations.
integer
required
Voice call count.
integer
required
Chat conversation count.

Errors

Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.
Not Found
Customer profile not found in this project.