hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Question: API Key for IP Stack

Open NavyVet83 opened this issue 7 months ago • 1 comments

Your Question

I need to change the IP Stack API key, how do I do that?

NavyVet83 avatar May 08 '25 12:05 NavyVet83

Hello NavyVet,

To change this, navivate to: "C:\Users[YOUR USERNAME]\AppData\Local\Hawk\Hawk.json" and replace your old key with the new one. Example:

{
  "access_key": "YOUR OLD KEY"
}
{
  "access_key": "YOUR NEW KEY"
}

If its just an empty string (two quotations)", insert your new key into those strings. Example:

{
  "access_key": ""
}
{
  "access_key": "YOUR NEW KEY"
}

We have an open ticket to allow users to modify the key during your Hawk run. Until that is completed, the only workaround is to manually change it. Hope this helps!

jonnybottles avatar May 08 '25 13:05 jonnybottles