Notification search

Return a list of notifications for the specified criteria

Request
Security:
vc-security
Request Body schema: application/json
orgId
string
orgPaths
Array of strings
sender
string
object (UserKey)
type
string (Type)

The type of the notification

Enum: "EMAIL" "SMS" "PHONE" "WEB"
status
string (Status)

The status of the notification

Enum: "CREATED" "QUEUED" "SENT" "DELIVERED" "READ" "ERRORED" "DIGESTED" "PROCESSED" "DROPPED" "DEFERRED" "BOUNCED" "ACCEPTED" "SCHEDULED" "SENDING" "UNDELIVERED" "FAILED" "CANCELED"
messageId
string
eventKey
string
startTimestamp
string <date-time>
endTimestamp
string <date-time>
Responses
200

List of Notifications

401

Unauthorized request

post/notification-service/v1/notifications/search
Request samples
application/json
{
  • "orgId": "string",
  • "orgPaths": [
    ],
  • "sender": "string",
  • "recipient": {
    },
  • "type": "EMAIL",
  • "status": "CREATED",
  • "messageId": "string",
  • "eventKey": "string",
  • "startTimestamp": "2019-08-24T14:15:22Z",
  • "endTimestamp": "2019-08-24T14:15:22Z"
}
Response samples
application/json
[
  • {
    }
]