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