v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
user

Get the User

Retrieves information related to the currently authenticated User.

get/v2/user

Response

Successful response.

Example response

{
  "user": {
    "createdAt": 1630748523395,
    "id": "AEIIDYVk59zbFF2Sxfyxxmua",
    "email": "me@example.com",
    "name": "John Doe",
    "username": "jdoe",
    "avatar": "22cb30c85ff45ac4c72de8981500006b28114aa1"
  }
}