Endpoints
List all endpoints
Retrieve all SIP endpoints on your Vobiz account with pagination - filter by username or alias, check registration status, and audit application assignments.
GET
List All Endpoints
Authentication required:
X-Auth-ID- Your account Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
Query Parameters
Response
Returns a dictionary with anobjects array of Endpoint objects and a meta object with pagination information.
Response - 200 OK
Note: The response includes both registered and unregistered endpoints. Registered endpoints have
sip_contact, sip_expires, and sip_user_agent populated, while unregistered endpoints have these fields set to null.Examples
cURL - List All Endpoints
cURL Request
cURL - Filter by Username
cURL Request
Build Endpoint Dashboard
JavaScript Example
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Query Parameters
Required range:
x <= 100