Skip to main content
POST
Bulk retry subscriptions

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

The subscription tokens to retry.

tokens
string[]
required

Subscription tokens. Duplicates are collapsed before the batch runs, and the deduplicated count is what the maximum is applied to.

Required array length: 1 - 500 elements
Example:

Response

Every token answered as queued, skipped, or failed

One entry per token sent, across three lists.

queued_tokens
string[]
required

Subscriptions a retry is now in hand for.

skipped_tokens
object[]
required

Subscriptions passed over, each carrying why.

failed_tokens
object[]
required

Tokens that resolved to no subscription of the caller's.

meta
object | null
required