This parameter specifies the private key you’ll need for HuntAPI.com access.
Response
curl --location --request GET 'https://huntapi.com/api/usage' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
"plan": "API",
"remaining": "58485"
}