Skip to main content
GET
/
h
/
v2
/
whoami
Get current user info
curl --request GET \
  --url https://api.openmic.ai/h/v2/whoami \
  --header 'Authorization: Bearer <token>'
{
  "name": "Jane Smith",
  "email": "jane@example.com"
}

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Response

Current user info.

name
string
required
email
string
required