POST
/
ext
/
create_folder

Body

api_key
string
required

This is the API key for your account. You can obtain this from the “Secrets” tab of your “Settings” page.

subproject_id
string
required

This is the id of the subproject where the folder will be created. You can obtain this ID from the URL while in the subproject.

name
string
required

This is the name of the folder that will be created. If your folder is nested inside of another folder, simple include the name of the parent folder in the name of the child folder. For example, if you want to create a folder called “Example” inside of a folder called “Parent”, you would name the folder “Parent/Example”.

Response

status
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Message saying “Folder created successfully” if successful, or an error message if not.