Quick Start
Last updated
Last updated
All DCKAP Integrator API's needs to be authenticated using bearer token or access token.
This is the recommended approach.
As a first step, bearer token should be generated from the DCKAP Integrator account. Refer the below link to fetch the access token.
Once the token is generated, it should be passed in the API request headers like below. The {generated_access_token} should be replaced with your token.
GET
https://integrator.dckap.com/api/sample/url
Authorization
string
Bearer {generated_access_token}