Manage SIP credentials for username/password authentication on your trunks.Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Credentials provide username/password-based authentication for your SIP trunks. Each credential consists of a unique username and password combination that SIP clients can use to authenticate when making or receiving calls through your trunk. Multiple credentials can be created for a single trunk, allowing different users, devices, or applications to connect with separate authentication details. This provides flexibility in managing access and tracking usage across different endpoints.Security Note: Passwords are write-only and never returned in API responses. Once set, passwords cannot be retrieved - only updated or reset.Best Practice: Use strong passwords (minimum 8 characters) with a mix of uppercase, lowercase, numbers, and special characters. Rotate credentials regularly for enhanced security.
Use Cases
- Dynamic IP environments - Perfect for remote workers, mobile devices, or any scenario where the source IP address changes frequently. Username/password authentication works regardless of network location.
- Multi-user access - Create separate credentials for different users or departments, making it easier to track usage and manage access permissions independently.
- SIP client integration - Configure softphones, desk phones, or PBX systems with unique credentials for reliable authentication without IP whitelisting requirements.
- Combined authentication - Use credentials alongside IP ACL for maximum security - requiring both valid credentials AND whitelisted IP addresses for authentication.
Available Operations
- The Credential Object - Learn about the structure and attributes of credential objects
- Create Credential - Add new SIP credentials to a trunk with username and password
- Retrieve All Credentials - List all credentials associated with a trunk with pagination support
- Update Credential - Modify existing credential properties like password, status, or description
- Delete Credential - Permanently remove credentials from a trunk