Skip to main content
The Credential object represents a set of SIP authentication credentials (username and password) that can be used to authenticate calls on a specific trunk. Multiple credentials can exist for a single trunk, enabling different users, devices, or applications to connect with unique authentication details.
Password Security: The password field is write-only and is never returned in API responses. Once created, passwords cannot be retrieved - only updated.Username Immutability: The username cannot be changed after credential creation. To use a different username, create a new credential and delete the old one.

Attributes

Example

Credential Object Response

A typical credential object returned by the API (password is not included):
Credential Object
Security Best Practices:
  • Use strong passwords with at least 12 characters
  • Include uppercase, lowercase, numbers, and special characters
  • Rotate credentials regularly (quarterly recommended)
  • Disable unused credentials immediately rather than deleting them
  • Use descriptive usernames that identify the device or user