Me
get
Get details of the current user
Authorizations
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
GET /me HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer JWT
Accept: */*
{
"data": {
"id": "text",
"name": "text"
},
"request_id": "text"
}
Last updated
Was this helpful?