Skip to main content
POST
/
v1
/
subscriptions
/
{id}
/
pause
Pause subscription
curl --request POST \
  --url https://api.ticksupply.com/v1/subscriptions/{id}/pause \
  --header 'X-Api-Key: <api-key>'
{
  "error": {
    "code": "invalid_argument",
    "message": "Invalid datastream_id: must be a positive integer"
  }
}

Authorizations

X-Api-Key
string
header
required

Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys

Path Parameters

id
string
required

Subscription ID (prefixed format, e.g., sub_xxx)

Response

Subscription paused successfully