Atlas
  1. Triggers
Atlas
  • Documentation
    • Dashboard
    • Campaigns
    • Account
    • Knowledge
    • Global Actions
    • Contacts
    • Call Records
    • Agents
    • Integrations
      • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
    • Calls Enrichment
      • Enriching Calls with External CRM and Data Sources
      • Go High Level - Call Enrichment
      • Pipedrive - Call Enrichment
      • Shopify - Call Enrichment
      • Monday - Call Enrichment
      • Hubspot - Call Enrichment
  • API Reference
    • API documentation
    • Authentication
      • Authentication
      • Authorization
      • Token
      • User Info
    • Triggers
      • Subscribe
        GET
      • Unsubscribe
        DELETE
      • Campaigns
        GET
      • PerformList operation
        GET
    • Actions
      • Start a Call
  1. Triggers

Campaigns

GET
https://api.aqx.ai/api/events-gateway/resource/campaigns
This endpoint is used get the list of campaigns from the user.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

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"
    }
]
Modified at 2025-05-06 20:23:20
Previous
Unsubscribe
Next
PerformList operation
Built with