ConsistlyAPI
Palettes

Retrieve a brand palette

GET
/brand_palettes/{id}
AuthorizationBearer <token>

Bearer API key. Brand Governance endpoints require brand:read or brand:write (plus narrower writes for specific resources).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/brand_palettes/palette_abc..."
{  "id": "string",  "object": "brand_palette",  "organization": "string",  "name": "string",  "sort_order": 0,  "allow_brand_shades": true,  "colors": [    {      "id": "string",      "name": "string",      "hex": "string",      "sort_order": 0    }  ],  "created": "2019-08-24T14:15:22Z",  "updated": "2019-08-24T14:15:22Z"}
{  "error": {}}