Retrieve current user's account details
Get account information
Responses
200
User account information.
application/json
get
GET /api/v1/account/ HTTP/1.1
Host: api.rememberizer.ai
Accept: */*
200
User account information.
{
"id": 1,
"email": "[email protected]",
"name": "text"
}
Last updated