Skip to main content
WEBHOOK
new-detected-accounts-available
{
  "event": "NEW_DETECTED_ACCOUNTS_AVAILABLE",
  "external_user_id": "3dcbb19a-b2f1-4a7b-8792-d76027b627b3",
  "has_supported_merchants": true,
  "timestamp": 1710864923198
}
Fired when new detected accounts are available.

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:

"NEW_DETECTED_ACCOUNTS_AVAILABLE"

external_user_id
string

Unique identifier for the user.

Example:

"3dcbb19a-b2f1-4a7b-8792-d76027b627b3"

has_supported_merchants
boolean

Whether there are detected accounts for merchants available for various products on the Knot platform. There may still be detected accounts for other merchants that are not explicitly available on the Knot platform. If true, you can call all /detected-accounts endpoints. If false, only data will be returned on Search Detected Accounts.

Example:

true

timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198