Skip to main content
POST
Resume every 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

Response

The rules that were put back into service, and the window they missed

API response for resuming every paused subscription on the account.

success
boolean
Example:

true

data
object[]
resumed_count
integer

How many rules were put back into service.

Example:

8

gap
object | null

The window the resume closed, across the rules it cleared. Null when nothing was paused.

note
string

Present only when nothing changed, to say why.

Example:

"Nothing on this account is paused, so nothing changed."

Last modified on September 20, 2026