This endpoint retrieves a list of network organizations that own IP ranges as identified by the Whois service.It supports pagination, filtering based on various parameters, and ordering of results.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Determine the field to order results by
name
, id
, -name
, -id
Number of items to return
0 <= x <= 100
Number of items to skip
0 <= x <= 100000
Filter organizations by their name. Supports '*' as a wildcard character.
Successful Response
The response is of type object
.