Me
Last updated
Was this helpful?
Last updated
Was this helpful?
Get details of the current user
GET /me HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer JWT
Accept: */*
{
"data": {
"id": "text",
"name": "text"
},
"request_id": "text"
}