cURL
curl --request POST \ --url 'https://api.vida.dev/api/v2/sip/registration/available?token=' \ --header 'Content-Type: application/json' \ --data ' { "aor": "1001@sip.example.com", "username": "1001", "sipRealm": "sip.example.com" } '
{ "success": true, "available": true, "message": "AOR is available" }
Validate whether an Address of Record (AOR) is free for the authenticated account.
Vida API Token
Full SIP AOR to validate
"1001@sip.example.com"
Username portion used to build the AOR when aor is omitted
"1001"
SIP realm combined with username to build the AOR
"sip.example.com"
Availability response
true
"AOR is available"