Sign in

Authenticate via API key or Bearer token

documented

Authenticate requests via API key or Bearer token (IP2Location.io API documentation notes supported auth methods).

GET /IP Geolocationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ip2location.io/?ip={{$ip}}&format=json" \
  -X GET \
  -H "Authorization: Bearer {{IP2LOCATION_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Authenticate via API key or Bearer token · IP2Location · OpenIntegrations