Fetching WhatsApp Conversations

Authorization

API URL: https://<yourdomainname>/:<Port>IrisEngage_API/api/Users/authenticatearrow-up-right

Sample Request

{
"Name": "user1",

"Password":"password1"
}

Sample Response

{
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1bmlxdWVfbmFtZSI6InVzZXIxIiwibmJmIjoxNjkyMTYxMDIzLCJleHAiOjE2OTIyNDc0MjMsImlhdCI6MTY5MjE2MTAyM30.8Cqo88snbPd64w3zadGh0Zmi54suExZzIf1lNl4GJ-Q",
    "refreshToken": null
}

Fetching list of WhatsApp Conversations of a Customer

API URL: https://<yourdomainname>/IrisEngage_API/api/EngageAPIRequestDetailsarrow-up-right

Sample Request

Sample Response

Fetching chat history (messages) of a session

API URL: https://<yourdomainname>/IrisEngage_API/api/GetContentarrow-up-right

Sample Request

Sample Response

Last updated