Notification
Get a notification
GET
/
notifications
/
{id}
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredSentNotification identifier
Response
200 - application/json
id
string
type
object
channel
enum<string>
Available options:
email
, sms
, slack
, letter
payload
string[]
recipients
string[]
status
enum<string>
Available options:
sent
, failed
, pending
createdAt
string
deliverAt
string | null
sentAt
string | null
Was this page helpful?