Account Take Over Services
Send Notifications
API to send updates about an existing case.
patch/v1/ato/notifications/{id}
Path parameters
idstring required
Evaluation ID returned by api on evaluation
Request body
Example request
{
"message": "Notification about...",
"notification_date": "2021-02-23T14:10:44.307062Z",
"strategies": {
"results": [
{
"channel": "Mail",
"images": [
{
"document_id": "123456789",
"category": "IDENTITY_CARD_FRONT",
"url": "https://url.com/1.jpeg",
"created": "2021-02-23T14:10:44.307062Z"
}
]
}
]
}
}Response
Notifications response