v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
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.

callback_urlstring nullable required

The webhook's callback url.

integration_instanceinteger nullable required

Connected integration instance.

integration_process_idinteger nullable required

This is a feature for the future, and the default value is null.

legacy_webhookboolean required

True if the webhook is a legacy webhook.

template_group_idinteger nullable required
webhook_idinteger required

webhook ID

Example response

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