SSharaFormsDocs
Integrations

List Form Integrations

Retrieve all integrations configured for a specific form.

GET/open/forms/{form}/integrations

Retrieve all integrations configured for a specific form.

#Authentication & Scope

This endpoint requires a Personal Access Token with the manage-integrations ability.

#Request

formnumber required

The ID of the form for which to list integrations.

http
GET /open/forms/{form}/integrations HTTP/1.1
Host: api.sharaforms.com
Authorization: Bearer <token>

#Response

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.