Last updated 8 months ago
#139: Update content
Change request updated 8 months ago
Get account information
User account information.
The unique identifier of the user.
The email address of the user.
The name of the user.
const response = await fetch('https://api.rememberizer.ai/api/v1/account/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": 0, "email": "name@gmail.com", "name": "text" }