Skip to main content
GET
/
verify
Verify email — get API key
curl --request GET \
  --url https://api.tryhuntr.com/verify
{
  "api_key": "hntr_live_xxxxxxxxxxxx",
  "credits": 0.85,
  "message": "Welcome! You have 50 free standard research requests to get started."
}

Query Parameters

token
string
required

One-time verification token from the email link. Expires in 10 minutes.

Response

API key created.

api_key
string

Your API key. Pass as x-api-key header on all authenticated requests. Store it securely — it is shown only once.

credits
number

Starting balance in USD. $0.85 = 50 free standard requests.

message
string