Skip to main content

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.
PropertyValue
Provider IDaircall
CategoryCommunication
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Aircall OAuth App

1

Go to the Aircall Dashboard

Navigate to Aircall Dashboard and sign in.
2

Build your own integration

Click Build your own integration.
3

Configure the application

Enter the application name and description. Add the Alter callback URL (from the Developer Portal) to the Redirect URI field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Aircall provider

Go to OAuth Providers > Add Provider > Aircall.
3

Enter credentials

  • Client ID: Paste your Aircall Client ID
  • Client Secret: Paste your Aircall Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
public_apiFull 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_api scope for all API access. This scope covers calls, contacts, users, and other resources.
  • See the Aircall API documentation for more details on available endpoints.