retrieve registered client registration

Path parameters

AccountSidstringRequired
ClientstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

registered client found
namestring or null
the client username
contactstring or null
The value in the contact header of the registration
expiryTimeinteger or null

The timestamp (in ms since 00:00:00.000 01/01/1970) that the current registraion will expire

protocolenum or null
Allowed values:
allow_direct_app_callinginteger or null
set to 1 if client is allowed to call app sids directly
allow_direct_queue_callinginteger or null
set to 1 if client is allowed to dial into queues to dequeue calls
allow_direct_user_callinginteger or null
set to 1 if client is allowed to call other users by name directly.
registered_statusenum or null
if there is a current registered session from the client
Allowed values:
proxystring or null
The source IP and Port used for the registration request.