WEBHOOK
account-login-required
{
  "event": "ACCOUNT_LOGIN_REQUIRED",
  "external_user_id": "3dcbb19a-b2f1-4a7b-8792-d76027b627b3",
  "merchant": {
    "id": 36,
    "name": "Uber Eats",
    "logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
  },
  "timestamp": 1710864923198
}
Fired when a user’s merchant account is disconnected and requires the user to login again to reconnect the account.

Body

application/json
event
string

Name of the webhook event.

Example:

"ACCOUNT_LOGIN_REQUIRED"

external_user_id
string

Unique identifier for the user.

Example:

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

merchant
object
timestamp
integer

Unix timestamp of the webhook event in UTC.

Example:

1710864923198