List SIP accounts
GET/api/v1/sipaccounts
Retrieve list of SIP accounts (trunks) configured for the authenticated user.
SIP Accounts allow making/receiving calls through the platform using SIP protocol.
Returned Information:
- Account credentials and settings
- Call routing configuration
- Usage limits and restrictions
- Allowed IP addresses (if configured)
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Responses
- 200
- 403
Successfully returns list of SIP accounts with configuration details
Returns 403 error when SIP accounts are disabled for this user