Get current user

GET https://app.speybooks.com/api/v1/auth/me

Returns the authenticated user's full profile including linked organisation details, current plan, admin status, and login history.

Response

200 Returns the authenticated user profile including TOTP status and linked organisation.
Show response fields
createdAt string date-time
email string
fullName string
id integer
isAdmin boolean
lastLogin string date-time
organisation object
Show child attributes
id string
name string
plan string
totpEnabled boolean
username string