Documentation Index
Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt
Use this file to discover all available pages before exploring further.
SIP Credentials API
Issue SIP credentials so a third-party softphone or hardware desk phone can register with Orbit’s voice plane and receive / place calls on tenant numbers. Credentials authenticate against the Kamailio + Jambonz edge. Base path:/v1/sip-credentials
Authentication: API key (X-API-Key) or session JWT.
| Method | Path | Purpose |
|---|---|---|
GET | /v1/sip-credentials/ | List credentials |
POST | /v1/sip-credentials/ | Issue a new credential |
GET | /v1/sip-credentials/{id} | Get a credential |
PATCH | /v1/sip-credentials/{id} | Update label / restrictions |
DELETE | /v1/sip-credentials/{id} | Revoke |
POST | /v1/sip-credentials/{id}/rotate | Rotate password |
POST | /v1/sip-credentials/{id}/unregister | Force-unregister all sessions |
Example — issue a credential for a desk phone
sip_username, sip_password, sip_server, and sip_port — configure these on the device. Passwords are returned once, on creation; use rotate if a password is lost.
See also
- Voice API — programmatic call control once registered
- Browser Softphone — for in-browser softphones via the web SDK