Webhook - API Lojaz Delivery

GET

-

Listar Webhooks

PATH

{{BASE_URL}}/stores/:storeId/webhooks

Path Params

storeId: Id da loja

Quey Params

token: Bearer Token

Response - OK (200)

{
  "status": true,
  "data": [
    {
      "payload": {
        "url": "WEBHOOK TEST SITE",
        "method": "POST"
      },
      "_id": "66f3087889f0948e00fca07a",
      "storeId": "66f2a7db0456e0cd32d76c86",
      "events": [
        "ORDER_CREATED"
      ],
      "__v": 0
    },
    {
      "payload": {
        "url": "WEBHOOK TEST SITE",
        "method": "POST"
      },
      "_id": "66f309cf89f0948e00fca0c1",
      "storeId": "66f2a7db0456e0cd32d76c86",
      "events": [
        "ORDER_CREATED"
      ],
      "__v": 0
    }
  ]
}

Content-Type: application/json