Returns information about the user issuing the request
Last updated 5 months ago
User
"luCHyMruTQ6ozGk3gPJfEB"
const response = await fetch('https://felt.com/api/v2/user', { method: 'GET', headers: {}, }); const data = await response.json();
{ "email": "text", "id": "luCHyMruTQ6ozGk3gPJfEB", "name": "text" }