cURL
curl --request GET \ --url https://api.openmic.ai/h/v2/whoami \ --header 'Authorization: Bearer <token>'
{ "name": "Jane Smith", "email": "jane@example.com" }
Returns the name and email of the account associated with the API key.
API key obtained from the OpenMic dashboard.
Current user info.
Was this page helpful?