v1
latestOpenAPI 3.1.12026-07-242899061.7 MBList
Adds a single entity to the specified list, optionally with context metadata.
post/list/{listId}/entity/add
Path parameters
listIdstring required
Example:report:P6LnLw
Unique identifier for a list (format: report:XXXXX) or a named watch list identifier, obtained from POST /list/search or POST /list/create.
Request body
Example request
{
"entity": {
"id": "B_E7B",
"provided_id": "B_E7B",
"type": "Company",
"name": "Microsoft"
}
}Response
Success