List all integrations configured for a form. Requires manage-integrations ability.
manage-integrations ability.
200 OK – Returns an array of integration objects.
403 Forbidden – The token does not include the manage-integrations ability, or you don’t have permission to update this form.Personal Access Token
The ID of the form.
Successful
Unique identifier for the integration.
The ID of the associated form.
Type of integration (currently only "webhook" is exposed via API).
"webhook"
Whether the integration is active.
active, inactive Integration-specific configuration. For webhooks, contains webhook_url.
{
"webhook_url": "https://example.com/opnform-hook"
}