List ATA provisioning URLs

Method

GET

Path

atas/provisioning_urls

Request Parameters

Name Type Description
group string The name of the group to list provisioning URLs for. If blank, the main provisioning URLs for your user account will be listed.

Response

A JSON object with success, message, and data attributes. The data attribute contains a dictionary of Model/URL pairs.

Sample Call

curl -G https://api.phaxio.com/v2.1/atas/provisioning_urls \
  -u 'API_KEY:API_SECRET'

Sample Response

{
  "success": true,
  "message": "Retrieved provisioning URLs",
  "data": {
    "Grandstream": "example.phaxio.com/1234",
    "OBi": "https://example.phaxio.com/1234/$MAC.xml"
  }
}