Authenticating with the Kit API for apps and personal use
Authorization URL
Redirect URIs
Secure application
Authorization URL
should be a URL on your system that we will link to during app installation so you can initiate OAuth and store the returned access tokens. We will link the user to this URL with a redirect
query param, e.g. ?redirect=https://app.kit.com/apps
. When the authorization flow is complete, you need to redirect the user back to that provided redirect URL so they can continue their session within the Kit app.
redirect_uri
property sent to the Kit OAuth server must match one of the Redirect URIs you have set up in the above app configuration screen.
Redirect URL after install
field in your app details setting page. An example of this flow can be seen below.
Example redirect flow
Redirect flow settings
Click on Add a new key
Give it an internal name
Copy and save the API key for future use
X-Kit-Api-Key
header when making requests.
For example, the following request will return your account information: