v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Auth

Current user

Return current authenticated user and merchant context.

get/auth/me

Response

Current user

user_idstring
emailstring
merchant_idstring
rolestring
email_verifiedboolean

Example response

{
  "user_id": "user_123",
  "email": "operator@example.com",
  "merchant_id": "merchant_demo",
  "role": "admin",
  "email_verified": true
}