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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Watchlists response

id
required
name
string
required
entrepriseid
integer
userid
string