Skip to main content
POST
/
watchlist
/
screen
/
batch
Batch screening
curl --request POST \
  --url https://api.txcloud.io/v1/watchlist/screen/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entities": [
    {
      "reference_id": "<string>",
      "type": "<string>",
      "name": "<string>"
    }
  ],
  "lists": [
    "<string>"
  ],
  "webhook_url": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entities
object[]
required
lists
string[]
webhook_url
string

Response

202

Batch accepted