Get notifications
GET
/v1/notificationsAuthorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Query Parameters
channelsarray<string>Array of channel types
templatesarray<string>Array of template IDs or a single template ID
emailsarray<string>Array of email addresses or a single email address
searchDeprecatedstringSearch term (deprecated)
subscriberIdsarray<string>Array of subscriber IDs or a single subscriber ID
severityarray<string>Array of severity levels or a single severity level
pagenumberPage number for pagination
Default: 
0Minimum: 0limitnumberLimit for pagination
Default: 
10Minimum: 1Maximum: 50transactionIdstringThe transaction ID to filter by
topicKeystringTopic Key for filtering notifications by topic
contextKeysarray<string>Filter by exact context keys (format: "type:id")
afterstringDate filter for records after this timestamp. Defaults to earliest date allowed by subscription plan
beforestringDate filter for records before this timestamp. Defaults to current time of request (now)
Header Parameters
idempotency-keystringA header for idempotency purposes