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