Endpoints
Update an Endpoint
Modify a Vobiz SIP endpoint - rotate its password, update the alias, swap the attached application, or toggle voice and video permissions; no re-provisioning.
POST
Update 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
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
password | string | No | SIP password (minimum 8 characters). Use this to reset or update the endpoint password. |
alias | string | No | Friendly name for the endpoint. |
application | integer | No | Application ID for call routing. This application will handle incoming calls to the endpoint. |
allow_voice | boolean | No | Allow voice calls (default: true). |
allow_message | boolean | No | Allow messaging (default: true). |
allow_video | boolean | No | Allow video calls (default: false). |
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 code202 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
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
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Example:
"87654321"
Response
Success
The response is of type string.