Skip to main content
Configuring API access

App development with API access

Updated over 2 weeks ago

App developer platform is in beta. If you have any feedback about this feature, please submit it here.

With apps that require API access, you can allow creators to install apps that can link together external platforms to work in harmony. We control authentication here and developers have to request access on behalf of a creator to us to approve.

Once you've created your app with API access required, click the Edit button.

Configuring API Oauth Access

Go to the Authentication section toggle to turn on API or plugin access. From there you can fill the form with your data.

  • Authorization URL: The URL you'd like us to link to, so you can initiate the OAuth flow to the Kit API from your system. We will link to this URL with the `redirect` query parameter which will tell you where to redirect the creator back to so they can continue their session within the Kit application. All URLs have to be secure—i.e., https.

  • Redirect URIs: Add as many redirect URIs as required. All URLs have to be secure—i.e., https.

  • Secure application: If the application you are creating is hosted in an environment where you are not able to ensure the authorization keys are hidden and secure (such as in a single-page application), disable the Secure application toggle.

NOTE: To better understand OAuth, we have details within the V4 API Docs, which links out to the OAuth public docs. Another great resource for this is Okta’s playground which allows you do see the flows in action. All implementation of OAuth has been carried out against the public OAuth 2.0 RFC, so follows the structure and usage found here.

Once you're done filling the form, hit Save. If you have inputted a valid Authorization URL and at least one Redirect URL, we will reveal your Client ID and Secret that will be used by your app to authenticate with the API.

NOTE: When completing the authorization flow for API access, using the credentials above, the developers will need to redirect back to the URL included in the `redirect` query param to ensure the creator can continue their session within the Kit application.

Editing the API access

To edit your authentication, simply return to the app's Authentication tab, update the Authorization URL, Redirect URIs or Secure application toggle and click Save.

Pressing Save here will automatically update your application for all users. Please be careful of making changes if your app is already published.

Did this answer your question?