Get current user
API Reference
Get current user
Get the authenticated user’s profile information
GET
Get current user
This endpoint returns the profile information for the currently authenticated user, including their account balance.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Response
The user’s full name
The user’s email address
The user’s current account balance in USD
Use Cases
This endpoint is useful for:- Verifying authentication - Confirm the API key is valid and belongs to the expected user
- Checking account balance - Monitor available credits before making API calls
- Displaying user info - Show the current user in your application’s UI

