cURL
curl --request PUT \ --url https://api.defendis.ai/api/v1/watchlists/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "entrepriseid": 123, "userid": "<string>" }
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Watchlist updated
Was this page helpful?