cURL
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>" } ]
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Domains response
Was this page helpful?