GET/v1/whoami1 request / call
Whoami
Returns the authenticated key metadata and remaining request balance.
- Auth
X-API-Key- Rate limit
- 60 requests / minute
- Price
- 1 request · $100 / 200,000, no expiry
- Trial
- 250 free requests
Get API key
At zero remaining requests the gateway returns 402. Over the rate limit it returns 429.
First request
Replace $HUMARKET_KEY with a key from the dashboard.
curl "https://api.humarket.dev/v1/whoami" \ -H "X-API-Key: $HUMARKET_KEY"
Try it
Send a request from this page
Uses your key from this browser. A 402 means the request quota is gone or invalidated. A 429 means wait for the rate limit.
What it returns
GET /v1/whoami identifies the calling key and remaining requests.
Example response
{"key_name":"Production","key_prefix":"hmk_live_","credits":"250.0","requests_remaining":250,"rate_limit_rpm":60}