Frostbyte · Example Payload

Frostbyte Ip Geolocation Getgeoviagateway Example

Developer ToolsUtility APIsGeolocationCryptocurrencyScreenshotsDNSScrapingAI Agents

Frostbyte Ip Geolocation Getgeoviagateway Example is an example object payload from Frostbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "getGeoViaGateway",
  "method": "GET",
  "path": "/v1/agent-geo/api/geo/{ip}",
  "summary": "Full Geolocation Lookup (via Gateway)",
  "request": {
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    },
    "baseUrl": "https://agent-gateway-kappa.vercel.app"
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "note": "Example payload \u2014 replace with real shape from API."
    }
  }
}