OAuth providers
Aircall
Set up Aircall OAuth for cloud phone system and call management
Overview
Section titled “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
Section titled “Step 1: Create an Aircall OAuth App”Go to the Aircall Dashboard
Navigate to Aircall Dashboard and sign in.
Build your own integration
Click Build your own integration.
Configure the application
Enter the application name and description. Add the Alter callback URL (from the Developer Portal) to the Redirect URI field.
Get credentials
Copy the Client ID and Client Secret.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Aircall provider
Go to OAuth Providers > Add Provider > Aircall.
Enter credentials
- Client ID: Paste your Aircall Client ID
- Client Secret: Paste your Aircall Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
public_api | Full access to the Aircall public API (calls, contacts, users, etc.) |
- 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.