v1
latestOpenAPI 3.0.12026-07-26331033.7 KBIntegrations
List Form Integrations
List all integrations configured for a form. Requires manage-integrations ability.
get/open/forms/{form}/integrations
Path parameters
formnumber required
The ID of the form.
Response
Successful
Example response
[
{
"integration_id": "webhook",
"data": {
"webhook_url": "https://example.com/opnform-hook"
}
}
]