Automette docs

Get the team's brand kit

GET
/api/v1/brand_kit

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/brand_kit"
{  "id": "cm4bk8e20001js04xq2v9k3m",  "name": "Default",  "colors": [    {      "name": "Brand blue",      "hex": "#085CC2"    }  ],  "fonts": [    {      "id": "cm4bka8e20001js04xq2v9k3m",      "filename": "Anton-Regular.ttf",      "family": "Anton",      "self": "https://automette.com/api/v1/brand_kit/fonts/cm4bka8e20001js04xq2v9k3m"    }  ],  "images": [    {      "id": "cm4bki7f10001js04ha2p8w4n",      "filename": "logo.png",      "type": "logo",      "content_type": "image/png",      "key": "brand-kits/cm4bk8e20001js04xq2v9k3m/cm4bki7f10001js04ha2p8w4n/logo.png",      "url": "https://files.automette.com/brand-kits/cm4bk8e20001js04xq2v9k3m/cm4bki7f10001js04ha2p8w4n/logo.png",      "self": "https://automette.com/api/v1/brand_kit/images/cm4bki7f10001js04ha2p8w4n"    }  ]}