cURL
curl --request GET \ --url https://app.harmonica.chat/api/v1/me \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "email": "jsmith@example.com", "subscription_status": "FREE", "api_key": { "name": "<string>", "key_prefix": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z" }, "name": "<string>" }
Returns user info and API key metadata for the authenticated user.
API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.
hm_live_<32 hex chars>
User info
FREE
PRO
ENTERPRISE
Show child attributes