Retrieve current user's account details

Retrieve current user's account details.

get

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

#139: Update content

Change request updated