Last updated 3 months ago
{ "id": "clx354swx0006ghoatnjknv98", "name": "Ocoya Support", "email": "support@ocoya.com" }
Returns information about authenticated user.
Success
const response = await fetch('https://app.ocoya.com/api/_public/v1/me', { method: 'GET', headers: { "X-API-Key": "ApiKeyAuth <apiKey>" }, }); const data = await response.json();