Campaigns
GET
https://api.aqx.ai/api/events-gateway/resource/campaigns
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aqx.ai/api/events-gateway/resource/campaigns?CallType=' \
--header 'Ocp-Apim-Subscription-Key: {{api-key}}' \
--header 'Authorization: Bearer {{user_access_token}}' \
--header 'Content-Type: application/json'
Response Response Example
[
{
"id": "96aacfac-cb2e-4b45-9c48-93b392ac3924",
"name": "Outbound - Insurance Company"
},
{
"id": "e8704f90-682a-431a-996c-4a3607fc87ee",
"name": "Inbound - Appointment Booking"
},
{
"id": "4f17b1af-451e-486d-b6c7-3fb2974eb21b",
"name": "Voice Bubble - Receptionist"
},
{
"id": "de30266e-f2cd-4394-97bf-df19d7d99cee",
"name": "Voice Bubble - Dentist Office"
},
{
"id": "ae4e3f1f-c77d-41ca-8e1e-ed3789bbf032",
"name": "Voice Bubble - Auto Dealership"
}
]
Request
Query Params
CallType
enum<string>
optional
1 - Inbound
2 - Outbound
Allowed values:
012
Header Params
Content-Type
string
optional
Example:
application/json
Ocp-Apim-Subscription-Key
string
required
Example:
{{api-key}}
Authorization
string
required
Example:
Bearer {{user_access_token}}