Account Management
Managing user information and account settings from the drop-down menu that is accessed by clicking the User Name, located at the top right section of the page.
Upon clicking the grey drop-down arrow next to the username (top right section), you will see the following options:
Menu Name | Icon | Description |
Edit Profile | | Make changes to your profile including:
|
Account Settings | ![]() | Manage your account settings such as:
Selecting Yes in the Override Project Timezones will display all the projects data and time in the selected timezone. |
![]() | ||
Plans and Pricing | ![]() | View and manage Payment (Credit/ Debit card) details for your subscription |
| Create and Manage tokens to provide limited access to third party systems | |
Change Password | | Change login password |
Signout | | Logout from application |
DCKAP Integrator supports dynamic calls from various systems to synchronize data on the go. DCKAP Integrator also sets authentication in place to ensure security.
Users can use one of the following authentication methods while making API calls
- Token Authentication: The dynamic token generated with an expiry time by DCKAP Integrator
- Basic Authentication: A user-name, password combination
A dynamic token generated from the user account, to be shared with the other systems.

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 share the token across various systems.
Setting days to 0 (zero), will set the token expiry to unlimited.
DCKAP Integrator also supports basic authentication for accessing the API. The caller has to provide the account username and password in the request header.
Last modified 10mo ago