Last updated 2 months ago
The request ID for tracking.
const response = await fetch('https://api.usepylon.com/me', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "id": "text", "name": "text" }, "request_id": "text" }