Skip to main content
POST
/
api
/
v1
/
watchlists
/
executive
Create executive
curl --request POST \
  --url https://api.defendis.ai/api/v1/watchlists/executive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fullName": "<string>",
  "email": "<string>",
  "username": "<string>",
  "watchlistid": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
fullName
string
required
email
string
username
string
watchlistid
string

Response

200 - application/json

Created

The response is of type object.