/folder

Get all folders on your account and their subfolders.

Get all folders in your account

GET /api/v2/folder.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" https://www.formstack.com/api/v2/folder.json

Paginate through the folders in your account

GET /api/v2/folder.json?page=2&per_page=50 HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" https://www.formstack.com/api/v2/folder.json?page=2&per_page=50
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!