Atlas
  1. Authentication
Atlas
  • Documentation
    • Welcome to Atlas!
    • Account Setup
    • Connect your calendar
    • Twilio Integration
    • Dashboard
    • Knowledge
    • Contacts
    • Script Formatting
    • Global Actions
    • Call Records
    • Account
    • Welcome to Atlas
      • Campaign Onboarding
      • Knowledge Base
      • Edit Script
      • Advanced Script Options
      • Phone number integration
      • Call Forwarding
      • Calendar Integration
      • Campaign Details
      • Call Records
      • SMS Integration
      • Call Scheduling
      • Add Contacts
      • Testing your outbound campaign
      • Clone Campaign
      • General Walkthrought
    • Campaigns
      • Create Campaign
      • Campaigns
      • 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
    • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
        • Download Atlas App in GHL App Marketplace
        • Import the Atlas Snapshot
        • Triggers and Actions
        • Workflows
          • Workflow 01 - Lead form Submitted Website
          • Workflow 02 - CALL Lead from Website form
          • Workflow 03 - CALL Lead from Meta
          • Workflow 04 - Summary and Recording to Conversations
    • Phone Systems Integrations
      • Dialpad Integration
  • API Reference
    • API documentation
    • Authentication
      • Authentication
      • Authorization
        GET
      • Token
        POST
      • User Info
        GET
    • Triggers
      • Subscribe
      • Unsubscribe
      • Campaigns
      • PerformList operation
    • Actions
      • Start a Call
  1. Authentication

Authentication

The API uses OAuth 2.0 authentication. This document outlines the authentication process, endpoints, and token information required to integrate with our API.

Authentication Method#

Type: OAuth 2.0
Grant Type: Authorization Code
Audience: you must send the audience property to the auth flow with the value https://aqxglobal.us.auth0.com/api/v2/

Token Information#

Access Tokens#

Lifetime: 36000 seconds (10 hours)
Format: JWT (JSON Web Token)
Usage: Include in API requests as Bearer token in Authorization header

Refresh Tokens#

Enabled: Yes
Lifetime: 2592000 seconds (30 days)
Usage: Used to obtain new access tokens without requiring re-authorization

Scopes#

The following scopes are available:
openid: OpenID Connect protocol
profile: User's profile information
email: User's email address
offline_access: Required for refresh token issuance
Modified at 2025-05-09 21:36:19
Previous
API documentation
Next
Authorization
Built with