🔑
Authentication
API Key, is your unique authentication key that will be used to access all API methods. You can get your API Key from your account dashboard.
To authenticate your request, you should append the
key
parameter to your request with the API Key you get from your account dashboard. For example:
get
https://gregeoip.com
/GeoIP
API Endpoint.
Add your API Key to the
key
parameter just like this:https://gregeoip.com/GeoIP?key=1234567890
Last modified 2mo ago