Get User Information
Get User Information
Retrieve the profile, settings and account details of the currently authenticated Famulor user via API. Useful for verifying tokens and account state.
GET
Get User Information
This endpoint returns the profile information of the currently authenticated user, including account balance.
Response Fields
The full name of the user
The email address of the user
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

