post https://api.pandadoc.com/public/v1/documents/folders
Create a new folder to store your documents.
For the full list of folder operations and their limitations, see Organize Documents and Folders.
Log in to see full request history
Responses
Create a new folder to store your documents.
For the full list of folder operations and their limitations, see Organize Documents and Folders.
xxxxxxxxxx
curl --request POST \
--url https://api.pandadoc.com/public/v1/documents/folders \
--header 'Authorization: API-Key 3039ba033eb1410caa0a2227158d63c9d6502cd8' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"uuid": "RuyjY9Us5XknaV1LyBnYxc",
"name": "A top level folder",
"date_created": "2024-07-15T17:37:34.523167Z"
}