Skip to main content
GET
/
api
/
v1
/
watchlists
/
domain
List domains
curl --request GET \
  --url https://api.defendis.ai/api/v1/watchlists/domain \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "domain": "<string>",
    "status": "<string>",
    "watchlistid": "<string>",
    "added_by": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>

Query Parameters

watchlistid
string

Response

200 - application/json

Domains response

id
integer
domain
string
status
string
watchlistid
string | null
added_by
string | null