Webhooks
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
]
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.