v1
latestOpenAPI 3.0.02026-07-24115101.2 MBWebhooks
Get a webhook by ID
Use this endpoint to retrieve a specific webhook by ID.
get/webhooks/{webhook_id}
Path parameters
webhook_idinteger required
The unique ID of the webhook.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email
The email address of a registered Oneflow user.
Response
Returns the requested webhook.
Example response
{
"filters": [
{
"filter_rules": [
{
"values": [
130001
]
}
]
}
]
}