Skip to main content
Version: 2023-02-21

Create a new brand board

POST 

/brand-boards/

Creates a new brand board with logos, colors, and fonts

Request

Version stringrequired

API Version

Available options2023-02-21
application/json

Bodyrequired

    locationIdstringrequired

    Location ID where the brand board will be created

    namestringrequired

    Name of the brand board

    logosobject[]

    Array of logos for the brand board

    colorsobject[]

    Array of colors for the brand board

    fontsobject[]

    Array of fonts for the brand board

    defaultboolean

    Set as the default brand board for this location

    brandBoardIdstring

    Source brand board ID to copy from (creates a new brand board based on this template)

    parentIdstring

    Parent folder ID in media library for organizing brand boards

    typestring

    Source type indicating how the brand board was created

    Available optionstemplateblanksnapshoturl
    urlstring

    Website URL to extract design kit from (colors, fonts, logos)

application/json

Created

Schema
    _idstringrequired

    Brand board ID

    locationIdstringrequired

    Location ID

    namestringrequired

    Brand board name

    logosobject[]

    Array of logos

    colorsobject[]

    Array of brand colors

    fontsobject[]

    Array of brand fonts

    defaultbooleanrequired

    Whether this is the default brand board for the location

    deletedbooleanrequired

    Whether the brand board has been soft deleted

    parentIdstring

    Parent folder ID in media library

    folderIdstring

    Media library folder ID for this brand board

    originIdstring

    Original brand board ID if cloned from snapshot

    metaobject

    Metadata about the brand board

    missingAssetsobject

    Assets that used fallbacks/defaults (only returned when creating from URL)

    createdAtstring

    Creation timestamp

    updatedAtstring

    Last update timestamp