Last updated 26 days ago
The list of errors, if any.
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" }, "errors": [ "text" ], "pagination": { "cursor": "text", "has_next_page": false }, "request_id": "text" }