Skip to main content
POST
/
keys
/
create
Sign up — send verification email
curl --request POST \
  --url https://api.tryhuntr.com/keys/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "you@company.com"
}
'
{
  "status": "verification_sent",
  "email": "you@company.com"
}

Body

application/json
email
string<email>
required

Your email address. Used for billing and key recovery.

Response

Verification email sent.

status
enum<string>
Available options:
verification_sent
email
string