sip trunk info

API Docs by APIMATIC

SIP Trunk Info

Use this method to get configuration of a specific SIP trunk.

This endpoint requires authentication.

GET /trunks/{id}
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Unique ID of SIP trunk of the platform.

Response Type

Errors

HTTP Status CodeError DescriptionException Class
403
Request failed. The feature is disabled for the account.
404
An object with the specified ID is not found.
curl -X GET -G \
  --url 'https://api.wavix.com/v1/trunks/112' \
  -H 'Accept: application/json' \
  -d 'appid=your-API-key'