cURL
curl --request POST \ --url https://api.urldna.io/v1/query \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] }'
[ { "id": "<string>", "name": "<string>", "query_filters": [ { "attribute": "asn", "operator": "=", "value": "<string>" } ] } ]
Create a new query object. The request must include a name and a list of query filters.
Query object created
The response is of type object[].
object[]