Skip to main content
GET
Get User Information
This endpoint returns the profile information of the currently authenticated user, including account balance.

Response Fields

string
The full name of the user
string
The email address of the user
number
The current total balance of the user account

Use Cases

This endpoint is useful for:
  • Verify authentication - Confirm that the API key is valid and belongs to the expected user
  • Check account balance - Monitor available credits before making API calls
  • Display user information - Show the current user in your application’s user interface