v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
brandfolders

Create a Brandfolder

Creates a Brandfolder in the specified organization.

post/organizations/{organization_id}/brandfolders

Headers

Content-Typestring
Example:application/json

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "Brandfolder",
      "privacy": "private",
      "slug": "brandfolder",
      "tagline": "You expected this - Brandfolder's Brandfolder!"
    }
  }
}

Response

The new Brandfolder.

Example response

{
  "data": {
    "id": "oqgiju-21olts-ce9egi",
    "attributes": {
      "name": "Brandfolder",
      "privacy": "private",
      "slug": "brandfolder",
      "tagline": "You expected this - Brandfolder's Brandfolder!"
    }
  }
}