Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 4.12 KB

SubscribersV1ControllerGetNotificationsFeedRequest.md

File metadata and controls

14 lines (11 loc) · 4.12 KB

SubscribersV1ControllerGetNotificationsFeedRequest

Fields

Field Type Required Description Example
subscriberId string ✔️ N/A
page ?float N/A
limit ?float N/A
read ?bool N/A
seen ?bool N/A
payload ?string Base64 encoded string of the partial payload JSON object btoa(JSON.stringify({ foo: 123 })) results in base64 encoded string like eyJmb28iOjEyM30=
idempotencyKey ?string A header for idempotency purposes