Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
{
"event": "UPDATED_SUBSCRIPTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Netflix"
},
"data": {
"subscriptions": [
{
"id": "8asdh29qjss923kd0d920skd8sjd8"
}
]
},
"timestamp": 1710864923198
}Fired when updates are available for existing subscriptions for a user’s merchant account.
{
"event": "UPDATED_SUBSCRIPTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Netflix"
},
"data": {
"subscriptions": [
{
"id": "8asdh29qjss923kd0d920skd8sjd8"
}
]
},
"timestamp": 1710864923198
}Fired when updates are available for existing subscriptions for a user’s merchant account. The webhook includes aDocumentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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.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.
Was this page helpful?
Suggestions