Skip to main content
POST
/
watchlist
/
lists
/
custom
Create custom list
curl --request POST \
  --url https://api.txcloud.io/v1/watchlist/lists/custom \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "entity_type": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
description
string
entity_type
string

Response

201

List created