API Access Keys
Token generation for Dynamic Calls
Last updated
Token generation for Dynamic Calls
Last updated
DCKAP Integrator supports dynamic calls from various systems to synchronize data on the go. (Read about Dynamic Pipes here.)
The URL that is copied from the Dynamic Pipe is called from a system in order to read or write data. This URL is in turn made up of API calls (written inside Flows), which communicate with the respective systems to fetch data.
For additional security purposes, DCKAP Integrator also sets authentication in place.
Users can use the below authentication method while making API calls
Token Authentication: The dynamic token generated with an expiry time by DCKAP Integrator
A dynamic token generated from the user account, to be shared with the other systems. Click on the user icon in the top right section and click on Account Settings. Under "API Keys", users can manage the below options. The Create New Token page opens.
Provide the following information to create a new account.
Field Name | Description |
Token Name | Any name for the user to identify later |
Days | Days of Expiry. The token will be expired after specified days. |
Password | Your Account Password |
Once generated, the user can copy and enter the token while triggering a Dynamic Call from various systems.
Users can now generate Access Tokens of smaller size (64 characters) in the API Keys Module.
Dynamic Calls: During dynamic calls, it is possible to authorize DCKAP Integrator by using access_token, jwt_token in headers/params.
Examples:
http://0.0.0.0:2020/v1/dynamic/listener/<id>?access_token=<token>
http://0.0.0.0:2020/v1/dynamic/listener/<id>?token=<jwt_token>
This token is given as part of the header information in the following format:
Setting days to 0 (zero), will set the token expiry to unlimited.