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 |