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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.plude.io/llms.txt
Use this file to discover all available pages before exploring further.
OK
Was this page helpful?