Webhooks

A webhook that is sent whenever an existing connection is deleted.

post/connectionDeleted

Request body

webookIdstring
clientIdstring
eventTimestampstring
userIdstring

Example request

{
  "webookId": "06fe1fd7-fc50-43a7-b564-8a2c5f3bab44",
  "clientId": "WEALTHYCHIPMUNK",
  "eventTimestamp": "2022-01-21T15:11:19.217000-05:00",
  "userId": "external_user@test.com"
}

Response

Return a 200 status to indicate that the connection was deleted successfully

Changes

Changed in 2 of the 64 revisions of this API.345

  • f5bdc0d8966f24See the full diff
    • removed WebhookBase OAuthWebhookBase from the request body anyOf list

      request-body-any-of-removed

    • the request's body type/format changed from / to object/

      request-body-type-changed

    • added the new optional request property clientId

      new-optional-request-property

    • added the new optional request property eventTimestamp

      new-optional-request-property

    • added the new optional request property userId

      new-optional-request-property

    • added the new optional request property webookId

      new-optional-request-property

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • cd74482f74f1141See the full diff
    • the request's body type/format changed from object/ to /

      request-body-type-changed

    • removed the request property clientId

      request-property-removed

    • removed the request property eventTimestamp

      request-property-removed

    • removed the request property userId

      request-property-removed

    • removed the request property webookId

      request-property-removed

    • added WebhookBase OAuthWebhookBase to the request body anyOf list

      request-body-any-of-added