Get the authenticated user

Retrieves the profile information of the currently authenticated user, including their personal details and account information.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

User profile retrieved successfully
idstring
User ID
namestring
User name
emailstring
User email
merchantslist of objects
Merchants associated with the user, including their roles

Errors