Single接口
首页
公共接口
API外呼签入
API电话签出
API电话外呼
通讯话单
-
+
首页
API电话外呼
### 1.接口描述 <span style="font-family:楷体">接口请求域名: xxx.xxx.xxx 此接口(/v1/call/out)用来发送呼叫请求</span> ### 2.输入参数 <span style="font-family:楷体">以下请求参数列表仅列出了接口请求参数和部分公共参数</span> | 参数名称 | 必选 | 类型 | 描述 | | --- | --- | --- | --- | | callerNumber | 是 | String |主叫号码【分机号码】 | | calleeNumber | 是 | String | 被叫号码 | | relayNumber | 否 | String | 中继号码 | | custom | 否 | String | 业务编号 | | sn | 是 | String | 唯一流水号8到32位 | | time | 是 | Int | 时间戳秒 | ### 3. 输出参数 | 参数名称 | 类型 | 描述 | | --- | --- | --- | | code | number | 状态编码 | | msg | string | 描述 | | data | string | | ### 4.示例 >i 输入示例 ``` POST /v1/call/out?access_token={access_token} HTTP/1.1 Host: xxx.xxx.xxx Content-Type: application/json { "callerNumber":"xxxx", "calleeNumber":"xxxx", "relayNumber":"xxxx", "custom":"xxxx", "sn": "xxx", "time": xxx } ``` >i 输出示例 ``` { "code": 200, "msg": "成功", "data": "" } ```
照坤
2024年1月31日 09:39
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码