{
"event": "UPDATED_SUBSCRIPTIONS_AVAILABLE",
"external_user_id": "123abc",
"merchant": {
"id": 36,
"name": "Netflix"
},
"data": {
"subscriptions": [
{
"id": "8asdh29qjss923kd0d920skd8sjd8"
}
]
},
"timestamp": 1710864923198
}Webhook Events
UPDATED_SUBSCRIPTIONS_AVAILABLE
Fired when updates are available for existing subscriptions for a user’s merchant account.
WEBHOOK
updated_subscriptions_available
{
"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 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
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
Was this page helpful?
⌘I