Subscriptions
Resume subscription
Resumes data collection for a paused subscription. This operation is idempotent - resuming an already active subscription succeeds silently.
POST
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Headers
Unique key for idempotent requests. If you retry a request with the same key, you'll receive the original response without the operation being performed again.
Must be a valid UUID (any version — v4 recommended for uniqueness), up to 128 characters.
Maximum string length:
128Path Parameters
Subscription ID (prefixed format, e.g., sub_xxx)
Pattern:
^sub_[a-f0-9]{32}$Response
Subscription resumed successfully
Last modified on April 18, 2026
Python (ticksupply library)