team parameter.curl --location --request PUT 'https://api.gigstack.io/v2/webhooks/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "inactive",
"description": "Temporarily disabled for maintenance"
}'{
"success": true,
"message": "Webhook updated 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
}
}