Cowdidocs

Get an organization's brand (public)

Public, unauthenticated — the white-label surface reads this before login.

GET
/v1/branding/{organizationId}

Path Parameters

organizationId*string

Backend organization id / tenant slug.

Lengthlength <= 255

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/branding/dawa"
{  "organization_id": "dawa",  "logo_url": "http://example.com",  "icon_url": "http://example.com",  "font_family": "Inter",  "font_weight": 400,  "primary_color": "#16a34a",  "secondary_color": "#16a34a",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}
{  "code": "INVALID_PARAMS",  "description": "user_id must be a UUID",  "identifier": "string",  "invalid_params": [    {      "path": "user_id",      "reason": "must be a UUID",      "sub_code": "string"    }  ]}
{  "code": "INVALID_PARAMS",  "description": "user_id must be a UUID",  "identifier": "string",  "invalid_params": [    {      "path": "user_id",      "reason": "must be a UUID",      "sub_code": "string"    }  ]}
{  "code": "INVALID_PARAMS",  "description": "user_id must be a UUID",  "identifier": "string",  "invalid_params": [    {      "path": "user_id",      "reason": "must be a UUID",      "sub_code": "string"    }  ]}