Skip to main content
GET
/
styles
/
{id}
Get a style
curl --request GET \
  --url http://localhost:3001/api/v1/styles/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "7c1a9e02-3d4b-4f8a-9b2c-1e0d5a6f3b8c",
    "name": "Acme Brand",
    "url": "https://acme.com",
    "description": "A bold, modern consumer-tech brand with a high-contrast geometric identity.",
    "tagline": "Build the future, boldly.",
    "colours": [
      {
        "type": "solid",
        "name": "Primary",
        "hex": "#FF0066",
        "role": "primary"
      }
    ],
    "typography": [
      {
        "fontFamily": "Inter",
        "weight": "bold",
        "textTransform": "none",
        "role": "heading"
      }
    ],
    "tone": [
      "Bold",
      "Confident"
    ],
    "aesthetic": "Modern, high-contrast, geometric.",
    "logoUrl": "https://cdn.example.com/styleguides/usr_8a2f3c/7c1a9e02/logo.png"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Response

OK

data
object
required