ENA Feedback

List webhook subscriptions

Son güncelleme:

GET
/webhooks

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/webhooks"
{
  "data": [
    {
      "id": "string",
      "url": "http://example.com",
      "events": [
        "string"
      ],
      "secret_prefix": "string"
    }
  ]
}