Skip to main content
GET
Current user

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Response

200 - application/json

Current user

GET /auth/me does not return a token.

user_id
string
Example:

"user_123"

email
string
Example:

"operator@example.com"

merchant_id
string
Example:

"merchant_demo"

role
string
Example:

"admin"

email_verified
boolean
Example:

true

merchants
object[]