GET
/
webhooks
Webhook kayıtlarını listele
curl --request GET \
  --url https://api.hemenmagaza.com/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "url": "<string>",
      "events": [],
      "secret_preview": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization: Bearer YOUR_API_TOKEN

Response

200 - application/json

Webhook listesi.

data
object[]
required