v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Webhooks

List Webhooks

List webhooks for store. Requires the webhooks_read scope.

get/stores/{storeId}/webhooks

Response

Success

Example response

{
  "webhooks": [
    {
      "callback": {
        "auth": {
          "bearer": {
            "token": "abc123"
          }
        },
        "url": "https://subscriber.example.org/events"
      }
    }
  ]
}