Last updated 3 months ago
Was this helpful?
Get details of the current user
/me
curl -L \ --url 'https://api.usepylon.com/me' \ --header 'Authorization: Bearer JWT'
{ "data": { "id": "text", "name": "text" }, "request_id": "text" }