Sign in

List forms

documented

Retrieve all forms in the organization.

GET /api/formsFormsno 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://www.cognitoforms.com/api/forms?limit={{$limit}}&page={{$page}}" \
  -X GET \
  -H "Authorization: Bearer {{COGNITOFORMS_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"