Skip to main content
GET
Returns unified customer profiles (one row per person) with 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.

Query parameters

integer
default:"0"
Number of records to skip.
integer
default:"20"
Page size. Range: 11000.
Search by name, email, phone, or display id.
string
Filter by channel_type identity.
string
default:"last_interaction_at"
Field to sort by.
integer
default:"-1"
1 ascending, -1 descending.
datetime
Filter by interaction/activity from this datetime.
datetime
Filter by interaction/activity until this datetime.

Response

array
required
Customer profile objects with phones, emails, channel identities, properties, and counts.
object
required
Pagination metadata.

Errors

Unauthorized
Missing, invalid, or revoked API key.
Forbidden
API key is not authorized for this organization or project.