GET
/
v1
/
queries
Get list of Query user objects
curl --request GET \
  --url https://api.urldna.io/v1/queries \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "query_filters": [
      {
        "attribute": "asn",
        "operator": "=",
        "value": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json

List of Query objects

The response is of type object[].