GET
/
v1
/
notifications
/
{notificationId}

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Path Parameters

notificationId
string
required

Response

200 - application/json
_environmentId
string
required

Environment ID of the notification

_organizationId
string
required

Organization ID of the notification

_subscriberId
string
required

Subscriber ID of the notification

transactionId
string
required

Transaction ID of the notification

_digestedNotificationId
string

Digested Notification ID

_id
string

Unique identifier of the notification

_templateId
string

Template ID of the notification

channels
enum<string>[]
Available options:
in_app,
email,
sms,
chat,
push,
digest,
trigger,
delay,
custom
controls
object

Controls associated with the notification

createdAt
string

Creation time of the notification

jobs
object[]

Jobs of the notification

payload
object

Payload of the notification

subscriber
object

Subscriber of the notification

tags
string[]

Tags associated with the notification

template
object

Template of the notification

to
object

To field for subscriber definition

updatedAt
string

Last updated time of the notification