List allowed IP addresses
GET/api/v1/sipaccounts/:sipaccount_id/allowed_ips
Retrieve list of IP addresses allowed to authenticate this SIP account.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 403
- 404
Successfully returns list of allowed IP addresses
Returns 403 error when API token is incorrect
Returns the 404 error envelope when neither the SIP account name nor id matches an account you own