/folder

Create a new folder or subfolder

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new folder or subfolder

POST /api/v2/folder.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json

name=Test%20Folder&parent=1
curl -X POST -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" -d "name=Test%20Folder&parent=1" https://www.formstack.com/api/v2/folder.json
Body Params
string
required

The folder name

int32
Defaults to 0

The parent folder if this is a subfolder.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json