curl --request GET \
--url https://api.example.com/me \
--header 'Authorization: Bearer <token>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Returns the profile of the authenticated user.
curl --request GET \
--url https://api.example.com/me \
--header 'Authorization: Bearer <token>'{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}OK
Was this page helpful?