Subscriptions
Pause subscription
Pauses data collection for a subscription. The subscription can be resumed later. This operation is idempotent - pausing an already paused 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 paused successfully
Last modified on April 18, 2026
Python (ticksupply library)