GET
/
v1
/
integrations
/
webhooks
/
list
curl --request GET \
  --url https://api.hystruct.com/v1/integrations/webhooks/list \
  --header 'x-api-key: <api-key>'
{
  "webhooks": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "url": "<string>",
      "events": [
        "<string>"
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

Successful response

webhooks
object[]