Field | Type | Required | Description | Example |
---|---|---|---|---|
SubscriberID |
string | ✔️ | N/A | |
Page |
*float64 | ➖ | N/A | |
Limit |
*float64 | ➖ | 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 |