Select the Integration

In the Strata dashboard, navigate to the Integrations Catalog by selecting Integrations in the sidebar and then clicking + New Integration. Choose the integration that you would like to setup.

Create a developer app

If the API provider requires you to create a developer app, you will need to create or login to it now. Developer apps typically provide credentials in the form of a client ID and client secret. The credentials will be needed in the next step.

API providers that use OAuth to authorize your application will require you to provide a redirect URI. Here you’ll provide Strata’s redirect URL:

https://connect.sandbox.connectstrata.com/oauth/callback

If the API provider supports webhooks, you can provide the Strata webhook URL for your integration. It can be found on your integration details page in the Strata dashboard. It has the format:

https://hooks.sandbox.connectstrata.com/integrations/integration-name

Configure your Integration

Back in the Strata dashboard, add your developer app credentials to the integration configuration. Then add the permission scopes that your application will request. Typically these should match the same scopes that you requested in the API provider’s developer app portal.

Next steps

Once you’ve created your integration, proceed to Install the SDK in order to prompt users to connect it.