List Destination Priority

Overview

This method lets you list the voice destination priority for phone numbers.

Authentication

circle-info

Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"

Method

List destination priority associated with a phone numbers.

GET https://api-service.tsgglobal.world/v1/did/priority/lookup

```
DID,ROUTING INFO,PRIORITY,CALL TYPE
13603556939,SIP/+13603556939@SIP/[email protected],1,1
13603556939,SIP/13603556939@SIP/[email protected],2,1
13603556404,SIP/[email protected],1,1
13603556404,SIP/[email protected],2,1
```

Last updated

Was this helpful?