Clients
Get a client
Get details of a single client
get/Clients/{ClientSid}
Response
details of a client
Example response
{
"account_sid": "9d26a637-1679-471f-8da8-7150266e1254",
"client_sid": "f8d264b7-c26d-4829-be15-299e97b4ba8a",
"username": "1234",
"password": "sxxxxxxxxxx",
"is_active": 1,
"allow_direct_app_calling": 1,
"allow_direct_queue_calling": 1,
"allow_direct_user_calling": 1
}