API - Profiles

Description
These APIs are used to get the profile data from started Interact Runtime Session.
Get Profile
This API call gets profile data from Interact session.
GET/interact/v2/profiles/{sessionID}
Parameters
Parameter Description
sessionID Interact Runtime session ID
Example Result
Content-Type: application/json
{
  "messages": null,
  "profile": [
    {
      "n": "string",
      "t": "string",
      "v": "string"
    }
  ],
  "sessionId": "string",
  "statusCode": 0,
  "version": "string"
}