Get notifications
GET
/v1/notifications
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Query Parameters
channels
array<string>Array of channel types
templates
array<string>Array of template IDs or a single template ID
emails
array<string>Array of email addresses or a single email address
search
DeprecatedstringSearch term (deprecated)
subscriberIds
array<string>Array of subscriber IDs or a single subscriber ID
page
numberPage number for pagination
Default:
0
Minimum: 0
limit
numberLimit for pagination
Default:
10
Minimum: 1
Maximum: 50
transactionId
stringTransaction ID for filtering
after
stringDate filter for records after this timestamp
before
stringDate filter for records before this timestamp
Header Parameters
idempotency-key
stringA header for idempotency purposes