App Portal: Access Token Generation

For apps and integrations created through the Keka App Portal , developers need to follow a 3 step process:

First you need to read the OAuth token sent as as a query parameter ?code= to their Redirect URL as mentioned in the Keka App Developer Portal

  1. Generate a access_token (24 hour validity) and refresh_token using the the Generate Access token using OAuth code endpoint
  2. You can store the refresh_token in your system and use it to generate the access_token again using the Refresh token: Generate Access token using refresh token endpoint


📘

If you are looking for API Key based integration, please use the Generate Access Token using API Key endpoint