Skip to product menu
Zoho sign
Skip to main content
Zoho sign
Create new folder

This will help you to create a new folder.

Arguments

Param

Datatype

Description

folder_name *

String

Name of the folder

 

API Endpoint

POST https://sign.zoho.com/api/v1/folders

Request example

$ curl https://sign.zoho.com/api/v1/folders \
    --header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \

Response example

{
    "code": 0,
    "message": "Document type added successfully",
    "request_types": [
        {
            "request_type_description": "Testing document types",
            "request_type_name": "New Doc Type",
            "request_type_id": "5376************1"
        }
    ],
    "status": "success"
}
Request Demo