应用列表
请求URL
GET /apiv2/kchat/custom_ims.json
返回数据
| Name | Type | Comment |
|---|
| id | integer | APP ID |
| key | string | APP KEY,创建后不能更改 |
| name | string | 应用名称 |
| logo | string | 应用 LOGO |
| callback_url | string | 接收逸创云客服消息回调的 URl |
| status | string | 应用状态,可选值:active 正常、suspended 暂停 |
| created_at | date | 应用创建的时间 |
返回示例
{
"custom_ims": [
{
"id": 2000031,
"name": "手机APP渠道",
"key": "f594c94ff42f42fbbd8ee36a02b49d84",
"logo": "https://fs.kf5.com/upload/11/201612/583f93595b7a0_231.png",
"callback_url": "http://yourdomain.com/kchat/message/callback_url",
"status": "active",
"created_at": "2018-04-18 08:00:00"
},
...... ]}