POST
/
api
/
user
/
courses
Retrieve user conversations
curl --request POST \
  --url https://pria.praxislxp.com/api/user/courses \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "data": [
    {
      "_id": "688b024f7db6fe6e921399e3",
      "name": "Converssation 123",
      "history_count": 12
    }
  ]
}

Body

application/json · object

Empty object for this endpoint

Response

Successfully retrieved user courses

The response is of type object.