get https://api.lucid.co/accounts/me
Retrieves basic information about the authenticated account. It supports both Account and User token types.
Responses
403Forbidden
Retrieves basic information about the authenticated account. It supports both Account and User token types.
403Forbidden
xxxxxxxxxx
curl --request GET \
--url https://api.lucid.co/accounts/me \
--header 'Lucid-Api-Version: 1' \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 0,
"name": "string"
}