Bulk IP lookup
POST/bulk_lookup
Get minimal information (seen and spoofable status only) for multiple IP addresses in a single request
Authentication
This endpoint also accepts the API key in the X-API-Key header (recommended) instead of the apikey query parameter. See API keys for details.
Request
Responses
- 200
- 400
- 401
- 429
- 500
Success - Returns map of IP addresses to minimal documents with seen and spoofable status.
Bad request - Invalid parameters or IP format
Unauthorized - Invalid or missing API key
Too Many Requests - API rate limit exceeded
Server error - Internal server error