Webhooks

List webhooks

List webhook endpoints

get/webhooks

Query parameters

status'ENABLED' | 'DISABLED'

Filter by status.

cursorstring

Cursor from the previous page.

limitinteger

Maximum results per page.

Headers

X-Instance-IDstring nullable

Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.

Response

Successful Response

Changes

Changed in 7 of the 28 revisions of this API.155

    • deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

    • removed the mandate.created enum value from the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-removed

    • removed the mandate.revoked enum value from the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-removed

  • a77f94c2883a11See the full diff
    • added the new ach.settled enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • removed the ach.completed enum value from the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-removed

    • added the new ach.completed enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach.created enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach.failed enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach.processing enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach.returned enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new external_party_account.validated enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mandate.created enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new mandate.revoked enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new invitation_link.agent_added enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new invitation_link.agent_removed enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new invitation_link.created enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new invitation_link.redeemed enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new invitation_link.revoked enum value to the data/items/attributes/enabledEvents/items/ response property for the response status 200

      response-property-enum-value-added

    • for the query request parameter cursor, the maxLength was set to 1024

      request-parameter-max-length-set