🔑
Authentication
To access our API and take advantage of all the available methods, you will need to authenticate your requests using your unique API Key. This key is a secure authentication mechanism that ensures only authorized users can access the API.
To obtain your API Key, simply navigate to your account dashboard. Once you have your API Key, you can begin authenticating your requests.
To authenticate your requests, append the
key
parameter to the request URL, along with your API Key. Here is an example of how to do this:Add your API Key to the
key
parameter just like this:https://gregeoip.com/GeoIP?key=1234567890
Last modified 1mo ago