v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Webhooks

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.

countinteger required

Example response

{
  "data": [
    {
      "filters": [
        {
          "filter_rules": [
            {
              "values": [
                130001
              ]
            }
          ]
        }
      ]
    }
  ]
}