Skip to main content
Version: v3New

Get Design Kit

GET 

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

Get a design kit by ID

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

ID of the location that owns the design kit.

designKitId stringrequired

ID of the design kit to retrieve.

application/json

Success

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.