get https://api.lucid.co/users/me/profile
Retrieves basic information about the authenticated user.
Responses
404Not Found
Retrieves basic information about the authenticated user.
404Not Found
xxxxxxxxxx
curl --request GET \
--url https://api.lucid.co/users/me/profile \
--header 'Lucid-Api-Version: 1' \
--header 'accept: application/json'
xxxxxxxxxx
{
"accountId": 100,
"username": "johndoe",
"email": "john-doe@example.com",
"fullName": "John Doe",
"id": 101
}