Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request GET \ --url https://pria.praxislxp.com/api/admin/session/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "_id": "<string>", "user": "<string>", "institution": "<string>", "token": "<string>", "status": "active", "ipAddress": "<string>", "userAgent": "<string>", "created": "2023-11-07T05:31:56Z", "lastActivity": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific session
JWT token passed in x-access-token header
Session ID
Session retrieved successfully
Show child attributes
Was this page helpful?