Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Aircall for cloud-based phone systems, call management, and team communication.| Property | Value |
|---|---|
| Provider ID | aircall |
| Category | Communication |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an Aircall OAuth App
Go to the Aircall Dashboard
Navigate to Aircall Dashboard and sign in.
Configure the application
Enter the application name and description. Add the Alter callback URL (from the Developer Portal) to the Redirect URI field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Aircall Client ID
- Client Secret: Paste your Aircall Client Secret
Available Scopes
| Scope | Description |
|---|---|
public_api | Full access to the Aircall public API (calls, contacts, users, etc.) |
The
public_api scope is required for API access and is selected by default.Notes
- Aircall requires the
public_apiscope for all API access. This scope covers calls, contacts, users, and other resources. - See the Aircall API documentation for more details on available endpoints.