DeveloperAPI ReferenceWebhooks
/api/webhooks
Response Body
application/json
curl -X GET "https://example.com/api/webhooks"[
{
"id": "string",
"name": "string",
"url": "string",
"secret": "string",
"events": "string",
"enabled": true,
"createdAt": "string",
"updatedAt": "string"
}
]