Credentials
Update Credential
Rotate the password, toggle the enabled state, or update the description of a Vobiz SIP credential without interrupting other active trunk authentications.
PUT
Update a credential
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Request Parameters
All parameters are optional. Include only the fields you want to update.| Field | Type | Required | Description |
|---|---|---|---|
password | string | No | New SIP password. Minimum 8 characters. Recommended: 12+ characters with mixed case, numbers, and special characters. |
enabled | boolean | No | Whether the credential is active. Set to false to temporarily disable authentication without deleting the credential. Set to true to re-enable. |
description | string | No | Updated description for the credential (e.g., “Rotated password on 2025-01-22” or “Assigned to new device”). |
Response
Returns the updated credential object. The password is not included in the response. Theupdated_at timestamp reflects when the change was made.
Response - 200 OK
Examples
cURL - Update Password
cURL Request
cURL - Disable Credential
cURL Request
cURL - Re-enable Credential
cURL Request
Best Practices:
- Rotate passwords quarterly or when a device is compromised
- Use the
enabledflag to disable credentials temporarily instead of deleting them - Update the description when making changes to document the reason
- Notify affected users before changing passwords to prevent service disruption
Error Response (404): If the
credential_id does not exist or does not belong to the specified trunk, the API returns a 404 Not Found error.Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Body
application/json