v1
latestOpenAPI 3.0.02026-07-24115101.2 MBWebhooks
Get webhooks
Use this endpoint to retrieve the list of webhooks available for the specified user.
get/webhooks
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 list of webhooks.
Example response
{
"data": [
{
"filters": [
{
"filter_rules": [
{
"values": [
130001
]
}
]
}
]
}
]
}