Folders
Create Folder
Creates a new folder.
post/v1/folders
Request body
Example request
{
"type": "folder"
}Response
Created with a Folder resource containing information about the newly created folder.
Example response
{
"id": 123456789,
"type": "folder",
"name": "Folder Name",
"parent": 123456788,
"created": "2020-06-26T16:29:37Z",
"trashed": "2022-01-20T12:14:18Z",
"attributes": [
{
"name": "Sample Label",
"value": "Sample Value"
}
]
}