Me

get

Get details of the current user

Authorizations
Responses
200Success
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?