Skip to main content
GET
/
api
/
v1
/
user
/
me
Get current user
curl --request GET \
  --url https://api.paylora.org/api/v1/user/me \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "user_uuid": "<string>",
    "email": "<string>",
    "telegram_id": "<string>",
    "tg_name": "<string>",
    "status": "<string>",
    "created_on": "2023-11-07T05:31:56Z",
    "role": "<string>",
    "wallet": "0xDeF456...",
    "signer_address": "0xDeF456..."
  }
}

Authorizations

Authorization
string
header
required

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

Response

Resource model

success
boolean
required

Indicates if the request was successful

Example:

true

data
object
required

The data returned by the API