Create ATA Group
Method
Path
/atas/ata_groups
Request Parameters
Name | Type | Description |
---|---|---|
group | string | The name of the group to create. |
Response
A JSON object with success
and message
attributes.
Sample Call
curl -G https://api.phaxio.com/v2.1/atas/ata_groups \
-u 'API_KEY:API_SECRET' \
-X POST \
-F 'name=My Test Group'
Sample Response
{
"success": true,
"message": "Created ATA group"
}