cURL
curl --request GET \ --url https://api.defendis.ai/api/v1/watchlists \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "entrepriseid": 123, "userid": "<string>" } ]
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Watchlists response
Was this page helpful?