Authentication
Authentication
GET
https://api.dckappim.com/api/integration/connection-info
By utilizing the endpoint, you can validate the authentication process.
Headers
Name
Type
Description
token*
String
Access Token for PIM Integration.
x-domain*
String
Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo."
{
"status": true,
"message": "Access Token Information",
"data": {
"name": "Hi-Vis",
"token_generated_at": "2023-09-27 11:28:40",
"access_token": "vruOB6Sl4nZBFagu5JqhxXB3In1cBClA",
"username": "Super Admin"
},
"time": "2023-10-20T08:47:21.582702Z",
"status_code": 200
}
Last updated
Was this helpful?