GET/cxtalk/contacts
CXトークの連絡先リストを取得する。
Access Token を指定します。 指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
cxtalk
cxtalk.read
| Parameter | Type | Description |
|---|---|---|
| count | integer | 取得数 default : 100 minimum : 1 maximum : 500 example : 100 format : int32 |
| cursor | string | リストのカーソル値 (URL エンコードする) example : JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA== |
| searchDateType | string | フィルター日時タイプ
Allowed values : CREATED_TIME, MODIFIED_TIME example : CREATED_TIME |
| startDateTime | string | 開始日時フィルター (YYYY-MM-DDThh:mm:ssTZD)
example : 2026-06-03T10:00:00%2B09:00 |
| endDateTime | string | 終了日時フィルター (YYYY-MM-DDThh:mm:ssTZD)
example : 2026-06-03T11:00:00%2B09:00 |
| contactTagId | string | CXトーク 連絡先タグ ID example : ctag2a81-94b6-4642-6903-03aa7977da91 |
| orderBy | string | ソート対象
example : name%20asc |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
CXトーク 連絡先リストレスポンス
| Property | Type | Description |
|---|---|---|
| contacts | array (CxTalkContact) | CXトーク 連絡先情報 |
| responseMetaData | object (responseMetaData) | レスポンスのメタデータ |
| Property | Type | Description |
|---|---|---|
| contactId | string | CXトーク 連絡先 ID readOnly : true |
| contactName | object (contactName) | 連絡先の名前情報 required |
| emails | array (ContactEmail) | メールアドレスリスト minItems : 0 maxItems : 100 |
| telephones | array (ContactTelephone) | 電話番号リスト minItems : 0 maxItems : 100 |
| organizations | array (ContactOrganization) | 会社/所属リスト minItems : 0 maxItems : 100 |
| events | array (ContactEvent) | 誕生日・記念日リスト minItems : 0 maxItems : 100 |
| locations | array (ContactLocation) | 住所リスト minItems : 0 maxItems : 100 |
| messengers | array (ContactMessenger) | SNS リスト minItems : 0 maxItems : 100 |
| websites | array (ContactWebsite) | Web サイトリスト minItems : 0 maxItems : 100 |
| memo | string | メモ maxLength : 4000 |
| contactTagIds | array (string) | CXトーク 連絡先タグリスト minItems : 0 |
| inquiryChannels | array (CxTalkInquiryChannel) | 問い合わせ経路リスト
minItems : 0 readOnly : true |
| cxtalkAccounts | array (CxTalkAccount) | 窓口アカウントリスト minItems : 0 readOnly : true |
| createdTime | string | 登録日時 (YYYY-MM-DDThh:mm:ssTZD) format : date-time readOnly : true |
| modifiedTime | string | 更新日時 (YYYY-MM-DDThh:mm:ssTZD) format : date-time readOnly : true |
| Property | Type | Description |
|---|---|---|
| firstName | string | 名
maxLength : 100 nullable : true |
| lastName | string | 姓
maxLength : 100 nullable : true |
| phoneticFirstName | string | フリガナ 名 maxLength : 100 nullable : true |
| phoneticLastName | string | フリガナ 姓 maxLength : 100 nullable : true |
| nickName | string | ニックネーム maxLength : 100 readOnly : true nullable : true |
| prefix | string | 敬称 maxLength : 100 nullable : true |
| suffix | string | 呼称 maxLength : 100 nullable : true |
| middleName | string | ミドルネーム maxLength : 100 nullable : true |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表メールアドレスフラグ
required |
| string | メールアドレス required maxLength : 256 format : email |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表電話フラグ
required |
| telephone | string | 電話番号 required maxLength : 100 pattern : [0-9\+\-*#PTpt()\u3000 ]+ |
| type | string | 電話番号タイプ
default : CUSTOM Allowed values : CELLPHONE, WORK, HOME, WORK_FAX, HOME_FAX, OTHER, CUSTOM |
| customType | string | カスタム電話番号タイプ
maxLength : 100 nullable : true |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表会社フラグ
required |
| name | string | 会社名 maxLength : 100 |
| department | string | 部署名 maxLength : 100 |
| title | string | 役職名 maxLength : 100 |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表イベントフラグ
required |
| date | string | 日付 (YYYY-MM-DD) required format : date |
| type | string | イベントタイプ
default : CUSTOM Allowed values : BIRTHDAY, ANNIVERSARY, OTHER, CUSTOM |
| customType | string | カスタムイベントタイプ
maxLength : 100 nullable : true |
| dayType | string | 日付形式
default : SOLAR Allowed values : SOLAR, LUNAR |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表住所フラグ
required |
| address | string | 住所 required maxLength : 100 |
| type | string | 住所タイプ
default : CUSTOM Allowed values : WORK, HOME, OTHER, CUSTOM |
| zipCode | string | 郵便番号 maxLength : 100 |
| customType | string | カスタム住所タイプ
maxLength : 100 nullable : true |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表 SNS フラグ
required |
| id | string | SNS ID required maxLength : 100 |
| type | string | SNSタイプ
default : CUSTOM Allowed values : FACEBOOK, LINE, X, CUSTOM |
| customType | string | カスタム SNS タイプ
maxLength : 100 nullable : true |
| Property | Type | Description |
|---|---|---|
| primary | boolean | 代表 Web サイトフラグ
required |
| url | string | Web サイト URL required maxLength : 100 format : uri |
| Property | Type | Description |
|---|---|---|
| channelType | string | 問い合わせ経路の種類
required Allowed values : LINE_OA, WORKS, MAIL |
| displayName | string | 問い合わせ経路における顧客の名前
nullable : true |
| Property | Type | Description |
|---|---|---|
| name | string | 窓口アカウント名 required |
| Property | Type | Description |
|---|---|---|
| nextCursor | string | 次のリスト取得時に使用するカーソル値 |
example
1{2 "contacts": [3 {4 "contactId": "contact2-a56d-44a4-5304-033e16fca8d1",5 "contactName": {6 "lastName": "顧客",7 "firstName": "太郎",8 "nickName": "顧客太郎",9 "phoneticFirstName": null,10 "phoneticLastName": null,11 "prefix": null,12 "suffix": null,13 "middleName": null14 },15 "emails": [16 {17 "primary": true,18 "email": "example@example.com"19 }20 ],21 "telephones": [22 {23 "primary": true,24 "telephone": "090-0000-0001",25 "type": "CELLPHONE",26 "customType": null27 }28 ],29 "organizations": [30 {31 "primary": true,32 "name": "example company name",33 "department": "department",34 "title": "title"35 }36 ],37 "locations": [38 {39 "primary": true,40 "address": "example address",41 "type": "WORK",42 "zipCode": "100-0001",43 "customType": null44 }45 ],46 "events": [47 {48 "primary": true,49 "date": "2026-01-09",50 "type": "BIRTHDAY",51 "dayType": "SOLAR",52 "customType": null53 }54 ],55 "messengers": [56 {57 "primary": true,58 "id": "example1",59 "type": "LINE",60 "customType": null61 }62 ],63 "websites": [64 {65 "primary": true,66 "url": "https://example.com"67 }68 ],69 "memo": "memo",70 "contactTagIds": [71 "ctag2a81-94b6-4642-6903-03aa7977da91"72 ],73 "inquiryChannels": [74 {75 "channelType": "LINE_OA",76 "displayName": "顧客太郎"77 },78 {79 "channelType": "MAIL",80 "displayName": "example@example.com"81 }82 ],83 "cxtalkAccounts": [84 {85 "name": "商品問い合わせ窓口"86 }87 ],88 "createdTime": "2026-08-10T11:05:41+09:00",89 "modifiedTime": "2026-08-10T11:09:37+09:00"90 }91 ],92 "responseMetaData": {93 "nextCursor": "JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA=="94 }95}Bad Request
Forbidden