Pria UI now available in Dark mode !
cURL
curl --request GET \ --url http://localhost:3000/api/admin/account/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "_id": "<string>", "name": "<string>", "description": "<string>", "status": "active", "credits": 123, "created": "2023-11-07T05:31:56Z" } }
Retrieves details of a specific account
JWT token passed in x-access-token header
Account ID
Account retrieved successfully
Show child attributes
Was this page helpful?