GET
/
v1
/
notifications

Enter your API key in the Authorization field like the example shown below:

E.g ApiKey 18d2e625f05d80e

Authorizations

Authorization
string
header
required

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

Query Parameters

channels
enum<string>[]

Array of channel types

Available options:
in_app,
email,
sms,
chat,
push
templates
string[]

Array of template IDs or a single template ID

emails
string[]

Array of email addresses or a single email address

Search term (deprecated)

subscriberIds
string[]

Array of subscriber IDs or a single subscriber ID

page
number
default:
0

Page number for pagination

transactionId
string

Transaction ID for filtering

after
string

Date filter for records after this timestamp

before
string

Date filter for records before this timestamp

Response

200 - application/json
data
object[]
required

Array of activity notifications

hasMore
boolean
required

Indicates if there are more activities in the result set

page
number
required

Current page of the activities

pageSize
number
required

Page size of the activities