Returns the email address of the authenticated user. Useful for verifying your API token and identifying which user account it belongs to.
curl --request GET \
--url https://api.zeeg.me/v2/whoami \
--header 'Authorization: Bearer <token>'{
"email": "lena.meier@horizondigital.de"
}curl --request GET \
--url https://api.zeeg.me/v2/whoami \
--header 'Authorization: Bearer <token>'{
"email": "lena.meier@horizondigital.de"
}