客服语音账号
GET /apiv2/voice/agents/{id}.json调用权限
admin, agent
curl 示例
curl https://{subdomain}.kf5.com/apiv2/voice/agents/17.json \
-v -u {email_address}:{password}返回示例
Status: 200 OK{
"agent": {
"id": "17",
"user_id": "17",
"name": "bruce",
"voip_account": "12345678900004",
"voip_pwd": "eerdfodfe",
"type": "client",
"status": "0",
"created": "2015-02-14 18:13:07",
"status_updated": "2017-06-30 06:07:41"
}
}