Skip to main content
GET
/
keys
/
reset
Complete key reset — get new API key
curl --request GET \
  --url https://api.tryhuntr.com/keys/reset
{
  "api_key": "hntr_live_xxxxxxxxxxxx",
  "credits": 3.42,
  "message": "API key reset successfully. Credits preserved."
}

Query Parameters

token
string
required

One-time reset token from the email link. Expires in 10 minutes and is invalidated after first use.

Response

New API key issued. Credits transferred from the old key.

api_key
string

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

credits
number

Balance transferred from your old key in USD.

message
string

Confirmation message.