Auth

Get Current User Info

Get current authenticated user information from cookie

get/auth/me

Response

Successful Response

user_idstring required
first_namestring required
last_namestring required
emailstring required
is_developerboolean
user_type'admin' | 'staff' required

Enum for user types

login_type'password' | 'google' | 'microsoft' required

Enum for user login types

customer_idstring required

Changes