Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/accountTransfers \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "account": "<string>", "minimum": true } '
{ "success": true, "data": [ { "_id": "<string>", "fromAccount": "<string>", "toAccount": "<string>", "amount": 123, "type": "<string>", "status": "<string>", "created": "2023-11-07T05:31:56Z" } ] }
Retrieves account transfer history with optional filtering
JWT token passed in x-access-token header
Filter by account ID
Return minimal data
Account transfers retrieved successfully
Show child attributes
Was this page helpful?