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

Documentation Index

Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Response

Current user info.

name
string
required
email
string
required