CueFrame

Get a brand kit by id

Required permission: projects:read

GET
/v1/brand-kits/{id}

Authorization

AuthorizationBearer <token>

API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/brand-kits/string"
{  "id": "string",  "name": "string",  "description": "string",  "tagline": "string",  "colors": {    "property1": "string",    "property2": "string"  },  "extraColors": [    {      "name": "string",      "value": "string"    }  ],  "fonts": {    "heading": {      "family": "string",      "weight": 0    },    "body": {      "family": "string",      "weight": 0    }  },  "voiceGuidelines": "string",  "captions": {    "sync": true,    "profile": {      "property1": null,      "property2": null    }  },  "createdAt": "string",  "updatedAt": "string"}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}