Skip to content

List Contacts

GET
/platform/v1/contacts
curl --request GET \
--url https://example.com/platform/v1/contacts
channel_id
Any of:
integer
search
Any of:
string
after
Any of:
string
before
Any of:
string
limit
Any of:
integer

Successful Response

Media type application/json
PlatformContactPage
object
data
required
Data
Array<object>
PlatformContactResponse
object
business_scoped_user_id
Any of:
string
contact_metadata
Contact Metadata
object
key
additional properties
any
created_at
required
Created At
string format: date-time
display_name
Any of:
string
first_seen_at
required
First Seen At
string format: date-time
id
required
Id
integer
ig_id
Any of:
string
last_seen_at
required
Last Seen At
string format: date-time
phone
Any of:
string
platform_channel_id
required
Platform Channel Id
integer
profile_name
Any of:
string
username
Any of:
string
wa_id
Any of:
string
next_cursor
Any of:
string
prev_cursor
Any of:
string
Example
{
"data": [
{
"contact_metadata": {}
}
]
}

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}