Skip to main content
GET
/
v1
/
admin
/
notifications
/
deliveries
List deliveries
curl --request GET \
  --url https://{operatorDomain}/v1/admin/notifications/deliveries \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "ndlv_01h...",
    "channel": "<string>",
    "recipient": "<string>",
    "status": "sent",
    "templateId": "<string>",
    "sentAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

List of deliveries

id
string
required
Example:

"ndlv_01h..."

channel
string
required
recipient
string
required
status
string
required
Example:

"sent"

templateId
string | null
sentAt
string<date-time> | null