POST
/
query
curl --request POST \
  --url https://api.urldna.io/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>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Body

application/json

Response

200
application/json

Query object created

The response is of type object[].