team parameter.curl --location --request GET 'https://api.gigstack.io/v2/webhooks/' \
--header 'Authorization: <api-key>'{
"success": true,
"message": "Webhook retrieved successfully",
"data": {
"id": "wh_dyS2ZVTj",
"url": "https://your-domain.com/webhooks/gigstack",
"events": [
"payment.created",
"payment.succeeded",
"invoice.created"
],
"status": "active",
"description": "Production payment notifications",
"owner": "8UWdgXELUhf022vuoq249mtGytG2",
"created_at": 1709090576567
},
"timestamp": 1709090576567
}