Skip to main content
POST
Update an Endpoint
Updates an existing endpoint’s configuration. You can change the password, update the alias, or modify the application that handles incoming calls to this endpoint.
Authentication required:
  • X-Auth-ID - Your account Auth ID (e.g., {auth_id})
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Cannot Update: The following fields are locked after endpoint creation: username, endpoint_id, domain, allow_same_domain, allow_other_domains, allow_phones, allow_apps. To change these values, create a new endpoint and delete the old one.

Request Parameters

All parameters are optional. You only need to include the fields you want to update. Fields not provided will remain unchanged.
Setting application to a different numeric app_id swaps which application handles this endpoint’s calls. An unknown app_id returns a 400. An endpoint binds to exactly one application at a time.

Response

Success Response (202 Accepted)

On success, returns HTTP status code 202 Accepted with no response body.
Response - 202 Accepted

Error Response (400 Bad Request)

Response - 400 Bad Request

Error Response (404 Not Found)

Response - 404 Not Found

Examples

Update Alias

cURL Request

Update Password

cURL Request

Update Multiple Fields

cURL Request
Common Use Cases:
  • Reset forgotten endpoint passwords
  • Update aliases to reflect role changes
  • Switch applications for different call routing logic
  • Rotate passwords regularly for security
  • Enable or disable video/messaging capabilities
After updating a password, SIP clients using this endpoint must re-register with the new credentials. Plan updates during maintenance windows to minimize disruption.

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"

Body

application/json
alias
string
required
password
string
required

Response

Success

The response is of type string.