AviatoAviato
DeveloperAPI ReferenceWebhooksId

/api/webhooks/{id}

GET
/api/webhooks/{id}

Path Parameters

id*string

Resource ID

Response Body

application/json

application/json

curl -X GET "https://example.com/api/webhooks/string"
{
  "id": "string",
  "name": "string",
  "url": "string",
  "secret": "string",
  "events": "string",
  "enabled": true,
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "error": "string"
}