Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Sort the response by given field.
Available options:
id, name, status, created_at, -id, -name, -status, -created_at Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Filter domains based on the domain status
Available options:
active, bypass, monitor, locked Filter domains based on the domain name. Supports '*' as a wildcard character
Examples:
"*example.com"
Filter domains based on their IDs
The domain ID
Response
Successful Response