Skip to main content
POST
Check SIP registration AOR availability

Authorizations

token
string
query
required

Vida API Token

Body

application/json
aor
string

Full SIP AOR to validate

Example:

"1001@sip.example.com"

username
string

Username portion used to build the AOR when aor is omitted

Example:

"1001"

sipRealm
string

SIP realm combined with username to build the AOR

Example:

"sip.example.com"

Response

Availability response

success
boolean
Example:

true

available
boolean
Example:

true

message
string
Example:

"AOR is available"