Skip to main content
GET
/
whoami
Check logged-in user
curl --request GET \
  --url https://api.zeeg.me/v2/whoami \
  --header 'Authorization: Bearer <token>'
{
  "email": "lena.meier@horizondigital.de"
}

Documentation Index

Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

OK

email
string<email>
Last modified on April 29, 2026