v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Clients

List Clients

Returns a list of clients

get/Clients

Response

retrieve online sip users for an account

account_sidstring uuid
client_sidstring uuid
usernamestring
passwordstring

in the response the password will only show the first character with subsequnet ones replaces by an x

is_active1 | 0
allow_direct_app_calling1 | 0
allow_direct_queue_calling1 | 0
allow_direct_user_calling1 | 0

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
  }
]