Access the Aircall (Basic Auth) API in 2 minutes π¨
Create an integration
Authorize Aircall (Basic Auth)
Call the Aircall API
curl "https://api.nango.dev/proxy/v1/users" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?