Retrieves IP address-to-device mappings based on IP address.
Synopsis
URI
/api/v1/token/verdicts?ip={STRING}
(recommended API
method)
/api/v1/token/{apiKey}/verdicts?ip={STRING}
(legacy API method)
HTTP Method
GET
Description
Uses IP addresses to return corresponding device mappings. You can retrieve
multiple mappings by providing a list of up to 10 IP addresses, separated by commas,
appended to the URI.
If the service can't find a mapping associated with an IP address, it won't
return a mapping for that IP address.
Success Response
Upon success, the HTTP response code is 200. In addition, the response
contains a JSON object with the following fields:
Field
Description
count
Integer representing the number of mappings returned in the
response.
verdicts
Object that contains the mappings specified in the request.
Upon error, the HTTP response code is one of the following:
Response Code
Description
400
Invalid request. The request was incomplete or
malformed in some way.
Fix the request before retrying.
401
Unauthorized token.
429
Too many requests. The system couldn’t process the request
because the system has issued too many requests in a specific period
of time. Don't exceed more than one request per second. Wait and try
again.
In addition, the response body contains the following fields: