Endpoints
Retrieve an Endpoint
Fetch a Vobiz SIP endpoint by ID - returns live registration status, SIP contact, expiry, user agent string, and attached application details for call routing.
GET
Retrieve an Endpoint
Authentication required:
X-Auth-ID- Your account Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
No request parameters are required for this endpoint.
Response
Returns an Endpoint object for valid parameters, or an error otherwise.Success Response (200 OK)
Response - 200 OK
Registration Details: The
sip_registration object contains detailed information about the endpoint’s current SIP registration including contact address, expiration time, user agent, and received address. This object is only present when sip_registered is "true".Error Response (404 Not Found)
Response - 404 Not Found
Examples
cURL
cURL Request
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"87654321"