Skip to content
Last updated

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.

Path Parameters

email string required

The email address of the user to retrieve.

Returns

Returns a JSON response indicating success or failure.

Bash
curl -X GET "https://api.aitronos.com/v1/user/email/user@example.com" \
  -H "X-API-Key: $FREDDY_API_KEY"