---
title: "List Form Integrations"
method: GET
path: "/open/forms/{form}/integrations"
tags: ["Integrations"]
---

# List Form Integrations

`GET /open/forms/{form}/integrations`

List all integrations configured for a form. Requires `manage-integrations` ability.

## Path parameters

- `form` number, required — The ID of the form.

## Response `200`

Successful

- FormIntegration[]
  - `id` number — Unique identifier for the integration.
  - `form_id` number — The ID of the associated form.
  - `integration_id` string — Type of integration (currently only "webhook" is exposed via API).
  - `status` 'active' | 'inactive' — Whether the integration is active.
  - `data` object — Integration-specific configuration. For webhooks, contains webhook_url.

## Other responses

- `403` — Forbidden – token lacks manage-integrations ability
- `404` — Form not found

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
