Create a folder
POST {{base_url}}/folders
Request Body
{"name"=>"Marketing Campaign"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
organization-id | string |
RESPONSES
status: Created
{"folder_id":"f6c4001e-dad9-44ea-8920-7b1b053f15dc","name":"Marketing Campaign","organization_id":"5209e520-0abd-488e-85c9-5383456e1aee","created_at":"2020-12-28T11:03:33.436834Z","permission":"read/write"}