Skip to main content
GET
Retrieve an Endpoint
Retrieves the details of an existing endpoint. The response includes all endpoint attributes and, if the endpoint is currently registered on a SIP client, additional registration details.
Authentication required:
  • X-Auth-ID - Your account Auth ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-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
Use Cases:
  • Verify endpoint registration status before making calls
  • Check which application is attached to an endpoint
  • Monitor SIP client registration expiration times
  • Retrieve SIP URI for sharing with external users
  • View detailed permission settings for an endpoint

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

endpoint_id
string
required
Example:

"87654321"

Response

Endpoint details

alias
string
required
application
string
required
endpoint_id
string
required
resource_uri
string
required
sip_registered
string
required
sip_uri
string
required
sub_account
unknown
required
username
string
required