Lists: Add EntityCopy Pagepost https://api.recordedfuture.com/list/{listId}/entity/addAdds a single entity to the specified list, optionally with context metadata.Path ParamslistIdstringrequiredUnique identifier for a list (format: report:XXXXX) or a named watch list identifier, obtained from POST /list/search or POST /list/create.Body ParamsentityrequiredEntityByIdEntityByTypeAndNameEntityById objectcontextobjectOptional arbitrary key-value metadata to attach to the entity in this list. These values are stored and returned when retrieving entities via the Get Entities endpoint.context objectResponses 200Success 400Invalid Request 404List not found 429Too Many RequestsUpdated 22 days ago