😎Search contact information

If you need to find specific contact information, this API provides a convenient search function. Whether it's LINE or Facebook customer data, you can perform precise filtering by conditions such as creation time or customer system ID.

API

curl -X GET
    -H "Content-Type: application/json"
    Currently limited to business partners and not open to the public.

URL Parameters

Parameter
require
Description

contactable_type

Channel types include the following options:

  • Live chat:App\LivechatContact

  • LINE OA:App\LineContact

  • Facebook Messenger:App\FbContact

  • Instagram:App\IgContact

  • Telegram:App\TelegramContact

  • Viber:App\ViberContact

  • WeChat:App\WechatContact

mapped_id

mapped_id Represents the corresponding identification number of each channel account. For example, for a LINE official account, if there are the following two connected records:

  1. Da'an store

  2. Wanhua store

When the incoming mapped_id When it is 2, it means you are filtering for "Wanhua store".

contact_id

Corresponding customer system identification number, such as 2635, 154, etc.

created_at

Record creation date, e.g. 2023-04-05 00:00:00

Response

Returned in JSON format, and HTTP status code 200 indicates the request was successful.

Attribute
Description

id

Identification number

name

Nickname

picture_url

Image URL

contact

Customer information

mapped.id

Corresponding channel account identification number

mapped.name

Channel account name

state

Status

is_visible

Visibility

created_at

Creation date and time

updated_at

Update date and time

Last updated