Skip to main content
GET
/
orgs
/
{org_id}
/
contacts
Get Contacts
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/contacts
[
  {
    "id": "<string>",
    "name": "<string>",
    "blocked": true,
    "channels": [
      {
        "id": "<string>",
        "channel_type": "internal",
        "channel_id": "<string>",
        "channel_name": "<string>",
        "channel_display_name": "<string>",
        "channel_avatar": "<string>",
        "country": "<string>",
        "agent": "<string>",
        "ip": "<string>",
        "language": "<string>",
        "platform_data": {},
        "created_at": "2023-12-25",
        "updated_at": "2023-12-25",
        "link": "<string>"
      }
    ],
    "created_at": "2023-12-25",
    "updated_at": "2023-12-25"
  }
]

Path Parameters

org_id
string
required

The ID of the org

Query Parameters

Search contacts by name

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json
id
string
required
name
string | null
required
blocked
boolean
required
channels
object[]
required
created_at
string<date>
required
updated_at
string<date>
required