Skip to main content
Version: 2021-04-15

Get Brand Board

GET 

/brand-boards/:locationId/:id

Retrieves a specific Brand Board by its ID

Request

Version stringrequired

API Version

Available options2021-04-15
locationId stringrequired

Location ID where the brand board exists

id stringrequired

Brand board ID to update, retrieve, or delete

application/json

Success

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