Skip to main content
GET
/
me
Get profile
curl --request GET \
  --url https://api.example.com/me \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Response

OK