Sign in

List forms

documented

Return a list of the forms in the user’s FormAssembly account with metadata.

GET /api_v1/forms/index.jsonFormsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://app.formassembly.com/api_v1/forms/index.json?access_token={{OAUTH2_ACCESS_TOKEN}}\" \\n  -X GET \\n  -H \"Accept: application/json\"
List forms · FormAssembly · OpenIntegrations