Skip to main content
POST
/
keys
/
regenerate
Regenerate API key
curl --request POST \
  --url https://api.tryhuntr.com/keys/regenerate \
  --header 'x-api-key: <api-key>'
{
  "api_key": "hntr_live_yyyyyyyyyyyy",
  "credits": 4.89
}

Authorizations

x-api-key
string
header
required

Your Huntr API key. Get one at tryhuntr.com. Pass as x-api-key header on all authenticated requests.

Response

New key issued.

api_key
string

Your new API key. The old key is immediately invalid.

credits
number

Balance transferred to the new key.