Retrieve information about the currently authenticated API client
GET
/auth/me
curl \
--request GET 'https://api.thankly.ai/auth/me' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"clientId": "string",
"expiresAt": 1735689600
}