Credentials API
Get All Credentials for the Project
GET
https://integrator.dckap.com/workspace/:project_id/api/credentials/get/all
To retrieve all credentials information for the specified project.
Path Parameters
Name
Type
Description
project_id
string
Project ID
Headers
Name
Type
Description
Authorization
string
Bearer {token}
Test Connection
GET
https://integrator.dckap.com/workspace/:project_id/api/credentials/test/:credential_id/:cache
Tests the connection for given crendential.
Path Parameters
Name
Type
Description
project_id
string
Project ID
credential_id
string
Credentials ID
cache
string
1 for reusing old token and 0 for fresh token. Default value is 1.
Headers
Name
Type
Description
Authorization
string
Bearer {access_token}
Last updated