Returns information about authenticated user.
{ "name": "Ocoya Support", "email": "support@ocoya.com" }
Last updated 5 months ago
Success
const response = await fetch('https://app.ocoya.com/api/_public/v1/me', { method: 'GET', headers: {}, }); const data = await response.json();