get
/meexperimentalSession requiredReturns the caller's own name, email, locale and the sign-in methods linked to the account.
Responses
200SuccessField Type Required Constraints Description name string Yes - - email string Yes format: "email"- locale UserLocale Yes - The account's UI language preference. signInMethods array of SignInMethod Yes - - Example{ "name": "Kamil", "email": "kamil@example.com", "locale": "en", "signInMethods": [ "password" ] }401Not authenticatedNo body.
404Not foundNo body.
Example request
curl -X GET 'https://mercastra.cloud/api/me' \ -H 'Cookie: session=<session cookie>'