Keka

Supported version: Cloud

API Rate Limit: Refer

Supported Authentication: Custom Authentication

To configure Keka Connector using Custom Authentication, please follow the steps below:-

  1. Enter your Keka URL: https://.keka.com

  2. Select Authentication Type as “Custom Authentication”.

  3. Select “Create New Account” and add user friendly name for account for e.g. “Keka Connection Account”.

  4. Select “Method Type” as “POST”.

  5. Enter the following API in the Validation End Point section: Refer

  1. Enter the following details in End Point Body Parameters section:

    Key: grant_type

    Value: kekaapi

  • Click on ‘+’ button to add more fields for header parameter for the below parameters.
Key: client_id

Value: <Your Client Id>

Key: client_secret

Value: <Your Client Secret>

Key: scope

Value: kekaapi

Key: apikey

Value: <Your Api Key>
  1. Select “Response Key” from “Get Credentials From” section.

  2. Select “Authorization with Bearer Prefix” from “Operation’s Request Header Parameter” section.

  3. Enter the following value in “Parameter Key Name In Response” section: access_token

  4. Select “Read Expiration Time From Response” from Expiration Time section.

  5. Enter the following value in “Response Parameter key name containing expiration time” section: expires_in

  6. Select “Seconds” from “Expiration time parameter value’s unit or format” section.

  7. Click on “Save”.

Top