v1
latestOpenAPI 3.1.02026-08-042010999.7 KBMonitoring: Entity Creation
Enqueue a bulk entity creation task
This endpoint will asynchronously add one or more entities to your monitored entity population. It is recommended that you use this endpoint when adding more than one entity. You will receive a webhook event when the entity creation job completes.
post/entities/create/enqueue
Request body
Example request
{
"searches": [
{
"aliases": [
"InGen, InGen Corp"
],
"countries": [
"US"
],
"customerKey": "ABC1234567890",
"dob": "1993-06-11",
"entityName": "InGen Corporation",
"entityType": "company"
}
]
}Response
OK