cURL
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 } ] }
Gets a list of all conversations associated with the authenticated user
Empty object for this endpoint
Successfully retrieved user courses
The response is of type object.
object
Was this page helpful?