The account this key belongs to
GET
https://server.heyrik.com/api/v1/meHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
Explore the example values. This is not a complete response schema.
dataobjectExplore 5 properties
idstringExample "usr_2c30d0ac"
namestringExample "Charan"
emailstringExample "you@company.com"
rolestringExample "user"
terms_accepted_atstringExample "2026-07-24T06:02:11.004Z"
GET/me
cURL
curl https://server.heyrik.com/api/v1/me \
-H "Authorization: Bearer $HEYRIK_API_KEY"Response example
JSON
{
"data": {
"id": "usr_2c30d0ac",
"name": "Charan",
"email": "you@company.com",
"role": "user",
"terms_accepted_at": "2026-07-24T06:02:11.004Z"
}
}Illustrative examples · No live request is sent
