How to ensure API security?
To access any of Haptik's APIs, you require a Haptik provided authentication token. You need to contact your Haptik SPOC for this token.
The Authorization header of each HTTP request should be "Bearer" followed by the token.
Example Header
Authorization: Bearer <TOKEN> client-id: <CLIENT_ID> Content-Type: application/json