Skip to main content
WEBHOOK
updated_subscriptions_available
{
  "event": "UPDATED_SUBSCRIPTIONS_AVAILABLE",
  "external_user_id": "123abc",
  "merchant": {
    "id": 36,
    "name": "Netflix"
  },
  "data": {
    "subscriptions": [
      {
        "id": "8asdh29qjss923kd0d920skd8sjd8"
      }
    ]
  },
  "timestamp": 1710864923198
}

Documentation Index

Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Fired when updates are available for existing subscriptions for a user’s merchant account. The webhook includes a data.subscriptions array of subscription IDs for which data has changed. Call Get Subscription By ID for each ID when you receive this webhook event.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.

Body

application/json
event
string

Name of the webhook event.

Example:

"UPDATED_SUBSCRIPTIONS_AVAILABLE"

external_user_id
string

Unique identifier for the user.

Example:

"123abc"

merchant
object
data
object
timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198