Custom Integration Guides
Custom integrations can be used to connect to external data sources that are not a part of the out of the box integrations. Any one of these standard authentication methods can be used for your API and each have different properties that need to be configured.
Redirect URIs
If an external data source requires a Redirect URI, the url will differ based on the realm the organization was provisioned in.Β
US Realm
https://us.api.prod.airkit.com/internal/sessions/v1/auth/callback
EU Realm
https://eu.api.prod.airkit.com/internal/sessions/v1/auth/callback
AP Realm
https://ap.api.prod.airkit.com/internal/sessions/v1/auth/callback
Updated almost 2 years ago