curl --request POST \
--url https://nvidia.casebender.com/api/v1/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>",
"method": "POST",
"authType": "<string>",
"authConfig": {},
"headers": {},
"filters": {},
"retryDelayMs": 1000,
"timeoutMs": 30000,
"maxRetries": 3,
"tags": [],
"environment": "production"
}
'Create a new webhook subscription
curl --request POST \
--url https://nvidia.casebender.com/api/v1/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>",
"method": "POST",
"authType": "<string>",
"authConfig": {},
"headers": {},
"filters": {},
"retryDelayMs": 1000,
"timeoutMs": 30000,
"maxRetries": 3,
"tags": [],
"environment": "production"
}
'API key authentication. Use format: Bearer cbr_live_your_key
POST, PUT, PATCH Default Response