V 1 Notifications Controller History

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pagestringOptional

1-based page number. Defaults to 1.

pageSizestringOptional
Rows per page. Defaults to 20, capped at 100.
customerIdstringOptional
Filter to one customer's send history.
templateKeystringOptional

Filter by notification kind, e.g. ‘lifecycle.birthday’ or ‘loyalty.reward-unlocked’.

channelstringOptional
Filter by delivery channel, e.g. 'email'.
statusstringOptional

Filter by send decision: ‘sent’ or a ‘failed:<reason>’ / ‘skipped:<reason>’ variant.

Response