This method returns a list of forms in an account. The response includes all of the information returned by the form method, with the exception of information about each form field and the HTML or JavaScript required to display the form.

Get all forms in your account

GET /api/v1/forms?api_key=[[app:api_key]] HTTP/1.1
Host: www.formstack.com
curl -i https://www.formstack.com/api/v1/forms?api_key=[[app:api_key]]
Language
Click Try It! to start a request and see the response here!