v13
OpenAPI 3.0.32026-07-31359869.4 MBuser
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"
}
}