Skip to main content
Version: 202201

Webhook List

GET 

/openapi/2022-01/webhooks

List webhooks with a unique identifier, notification URL, event name, and format.

Request

Query Parameters

    address string

    Webhook notification URL, e.g. https://example.com/webhook

    topic string

    The event name, e.g. orders/cancelled,orders/create

    created_at_min string

    Filter webhook records created at after date, e.g. 2018-08-26T06:19:53Z

    created_at_max string

    Filter webhook records created at before date, e.g. 2018-08-26T06:19:53Z

    updated_at_min string

    Filter webhook records last update at after date, e.g. 2018-08-26T06:19:53Z

    updated_at_max string

    Filter webhook records last update at before date, e.g. 2018-08-26T06:19:53Z

    limit int32

    Result per page, max: 250

    Default value: 50
    page int32

    Page number

Responses

200

Schema
    webhooks object[]
  • Array [
  • idstring
    Example: ea88df20-525b-457b-beed-d49e546be683
    addressstring
    Example: https://example.com/webhook
    topicstring
    Example: orders/create
    created_atstring
    Example: 2018-08-26T06:30:55Z
    updated_atstring
    Example: 2018-08-26T06:30:55Z
    formatstring
    Example: json
  • ]