End Users
Get end user
Get an end user.
get/end-users/{sid}
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
Response
End user
Example response
{
"name": "French Corp",
"address": {
"country": "FR",
"city": "Paris"
},
"comment": "French Subsidiary",
"sid": "callrsid",
"type": "third-party",
"created": "2024-04-24T17:42:28Z",
"updated": "2024-04-24T17:42:28Z",
"deletable": true
}