v1

latestOpenAPI 3.0.32026-08-067332206.6 KB
brandfolders

Fetch a Brandfolder

You can use the returned slug attribute to form a link to the desired Brandfolder like so:

https://brandfolder.com/{slug}
get/brandfolders/{brandfolder_id}

Query parameters

fieldsstring

Set it to a comma-separated list (no spaces) of any of the following attributes of the Brandfolder to return as part of the Brandfolder's attributes in the response.

Allowed values:

  • asset_count
  • attachment_count
  • section_count

WARNING: This parameter can slow response times.

includestring

Set it to a comma-separated list (no spaces) of any of the following record names to return those records related to the Brandfolder you're fetching. Related records are returned in an included array in the response.

Allowed values:

  • organization
  • collections
  • search_filters
  • sections

WARNING: This parameter can slow response times.

Response

A reference to the Brandfolder.

Example response

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