Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.12 KB

File metadata and controls

14 lines (11 loc) · 4.12 KB

SubscribersV1ControllerGetNotificationsFeedRequest

Fields

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