Last updated 1 month ago
Get account information
User account information.
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();
{ "email": "name@gmail.com", "name": "text" }