v1
latestOpenAPI 3.0.22026-07-146168117.0 KBPapersign Folders
This endpoint returns a creates a new Papersign folder. Please note that this feature is exclusively available as part of the Papersign API.
post/papersign/folders
Request body
Example request
{
"name": "My new folder",
"space_id": 8888,
"path": "/path/to/folder",
"folder_id": 9999
}Response
Successfully created a new Papersign Folder
Example response
{
"results": {
"folder": {
"id": 9999,
"name": "My Document",
"parent_id": 9999,
"space_id": 8888
}
}
}