v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Subscriptions

Pause a price watch

Pause evaluation of one price watch owned by the authenticated account.

post/v1/subscriptions/{id}/pause

Path parameters

idstring required
Example:018f47a2-4d4d-7a44-9fa4-123456789abc

Price watch identifier.

Response

Price watch paused

status'success' required

Example response

{
  "status": "success",
  "data": {
    "subscription": {
      "id": "018f47a2-4d4d-7a44-9fa4-123456789abc",
      "name": "My WTI watch",
      "codes": [
        "WTI_USD",
        "BRENT_CRUDE_USD"
      ],
      "interval_seconds": 3600,
      "status": "active",
      "source": "api",
      "tool_name": "watch_commodity"
    }
  }
}