Clipform
Integrations

List published forms

Lists the workspace's published forms as id, title and share id, for populating a form picker in an integration.

GET
/connect/forms

Authorization

AuthorizationBearer <token>

Authorization-code OAuth for installed apps acting on a user's workspace. Access tokens (cf_at_*) are passed as Bearer tokens and authorize the Integrations operations. They are opaque, single-audience, server-side records - not JWTs - so the JWT hardening in RFC8725 does not apply. Client credentials are issued per app - contact support@clipform.io.

In: header

Scope: forms:read

Response Body

application/json

application/json

curl -X GET "https://example.com/connect/forms"
[  {    "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",    "title": "Customer Feedback",    "share_id": "abc12345"  }]
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}