Skip to main content
Version: v3New

Create Design Kit

POST 

/brand-boards/locations/:locationId/design-kits

Create a design kit for a location

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

ID of the location where the design kit will be created.

application/json

Bodyrequired

    namestring

    Display name for the design kit.

    logosobject[]

    Logos to include in the design kit.

    colorsobject[]

    Colors to include in the design kit.

    fontsobject[]

    Fonts to include in the design kit.

    typestring

    How the design kit should be initialized. Use blank for an empty kit, or url to extract branding from a website (requires url).

    Available optionsblankurl
    urlstring

    Website URL to extract branding from. Required when type is url.

application/json

Created

Schema
    idstringrequired

    Unique identifier of the design kit.

    namestringrequired

    Display name of the design kit.

    isDefaultbooleanrequired

    Whether this is the default design kit for the location.

    createdAtstringrequired

    ISO 8601 timestamp of when the design kit was created.

    updatedAtstringrequired

    ISO 8601 timestamp of when the design kit was last updated.

    locationIdstringrequired

    ID of the location that owns the design kit.

    deletedbooleanrequired

    Whether the design kit has been soft-deleted.

    logosobject[]

    Logos belonging to the design kit.

    colorsobject[]

    Colors belonging to the design kit.

    fontsobject[]

    Fonts belonging to the design kit.

    traceIdstring

    Trace identifier for the request, useful for debugging and support.