cURL
curl --request GET \ --url https://api.bolna.ai/user/me \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "email": "[email protected]", "wallet": 123, "concurrency": { "max": 123, "current": 123 } }
Get details like name, email, current wallet balance, concurrency limits using this API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your user details
Unique id for your user associated with Bolna
id
Name of the user
Email address of the user
Current wallet balance of the user
Show child attributes
Maximum concurrency limit for the user account
Current concurrent calls from the user account
Was this page helpful?