list sip trunks of the account

API Docs by APIMATIC

List SIP Trunks of the Account

Use this method to get a list of SIP trunks on the account. The results are paginated with 25 records per page by default.

This endpoint requires authentication.

GET /trunks
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Requested page

The number of records per page to retrieve

Response Type

Errors

HTTP Status CodeError DescriptionException Class
403
Request failed. The feature is disabled for the account.
curl -X GET -G \
  --url 'https://api.wavix.com/v1/trunks' \
  -H 'Accept: application/json' \
  -d 'appid=your-API-key' \
  -d 'page=1' \
  -d 'per_page=50'