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 the 404 error envelope {"errors":{"base":["data not found"]}} when neither the SIP account name nor id matches an account you own.