Retrieve user details by email address. Admin-only endpoint for user lookup and management.
GEThttps://api.aitronos.com/v1/user/email/{email}
Looks up a user account by email address and returns their profile information. Useful for admin operations and user management tasks.
email string required
The email address of the user to retrieve.
Returns a JSON response indicating success or failure.
Bash
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/user/email/user@example.com" \
-H "X-API-Key: $FREDDY_API_KEY"