ReDoc documentation
Returns the list of all subscribed webhooks
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
[- {
- "batch_name": "string",
- "batch_order": 0,
- "developer_console_oauth": {
- "client_id": "string",
- "client_secret": "string",
- "environment": "string",
- "org_id": "string"
}, - "fallback_error_message": "string",
- "fields": [
- {
- "name": "string",
- "source": "string"
}
], - "headers": [
- {
- "name": "string",
- "value": "string"
}
], - "hook_name": "string",
- "method": "string",
- "priority": 0,
- "required": true,
- "rules": [
- {
- "field": "string",
- "operator": "string",
- "value": "string"
}
], - "soft_timeout": 0,
- "timeout": 0,
- "ttl": 0,
- "url": "string",
- "webhook_method": "string",
- "webhook_type": "string"
}
]