Skip to main content
POST
Resume a paused subscription
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

id
string<uuid>
required

Subscription identifier.

Example:

"3c1f0a52-8d6b-4f0e-9b1a-6f2c4d8e9a10"

Response

The subscription, and the window it missed

API response for resuming one paused subscription.

success
boolean
Example:

true

data
object

A rule: one event type, one configuration, delivered to one endpoint.

gap
object | null

The window the resume closed. Null when the rule was already serving, in which case nothing was changed.

note
string

Present only when nothing changed, to say why.

Example:

"This subscription was already active, so nothing changed."

Last modified on September 20, 2026