Create Documents Folder

POST {{base_url}}/public/v1/documents/folders

Find more https://developers.pandadoc.com/reference/create-documents-folder

Request Body

{"name"=>"A new documents folder", "parent_uuid"=>"{{documents_folder_uuid}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"uuid":"gQxmeyuKitD693xV4WQ7yb","name":"A new documents folder","date_created":"2024-07-15T17:27:29.372983Z"}