List webhook endpoints
List webhook endpoints with cursor-based pagination.
List webhook endpoints with cursor-based pagination.
ApiKeyAuth In: header
application/json
application/json
curl -X GET "https://commet.co/api/v1/webhooks"List webhook endpoints with cursor-based pagination.
Max 100, default 25
{
"success": true,
"data": [
{
"object": "webhook",
"livemode": true,
"id": "string",
"url": "http://example.com",
"events": [
"string"
],
"description": "string",
"isActive":
{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}