v1

latestOpenAPI 3.0.3Apache License Version 2.02026-07-2631211285.4 KB
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

type'STATUS' required

Notification type

messagestring

Descriptive message about notification

notification_datestring required

Notification date

detailsobject

Notification details. It's a set of key/value pairs

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