BigCommerce
Webhooks
Webhook Events

Webhooks v3

Get Events

GET /hooks/events

⚠️
This endpoint is deprecated.

Request

Get a list of events that were sent but not successfully received. Events are stored for not less than one week.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string
  • page in query - integer

    Page number.

  • limit in query - integer

    Items count per page.

  • created_at:max in query - string

    Maximum value for returned data.

  • created_at:min in query - string

    Minimum value for returned data.

example

Response

Successful operation.

Body

object | application/json
  • data
    array[object]

  • meta
    object

example

Did you find what you were looking for?