cURL
curl --request PUT \ --url https://api.defendis.ai/api/v1/watchlists/keyword/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "keyword": "<string>", "watchlistid": "<string>" } '
{}
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Updated
The response is of type object.
object
Was this page helpful?