Get SIP account details
GET/api/v1/sipaccounts/:id
Retrieve details of a specific SIP account.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 403
- 404
Successfully returns SIP account configuration and settings
Returns 403 error when API token is incorrect
Returns 404 error when SIP account does not exist or belongs to another user