cURL
curl --request GET \ --url https://api.openmic.ai/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.
Documentation IndexFetch the complete documentation index at: https://docs.openmic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the OpenMic dashboard.
Current user info.
Was this page helpful?