Retrieve the branding configuration for a workspace or organization.
Pass either workspaceId or organizationId as a query parameter to specify which entity's branding to retrieve.
Security
ShuffllApiKey
- Mock serverhttps://api-docs.shuffll.com/_mock/apis/auth/branding/entity
- https://api.shuffll.com/api/v1https://api.shuffll.com/api/v1/auth/branding/entity
curl -i -X GET \
'https://api-docs.shuffll.com/_mock/apis/auth/branding/entity?workspaceId=693fb82afd8d1c43077ba0fe&organizationId=693fb82afd8d1c43077ba0fb' \
-H 'x-api-key: YOUR_API_KEY_HERE'Successfully retrieved branding.
Company description used by AI when writing video scripts
Example:"Acme Corp builds innovative solutions for enterprise teams."
Response
{ "isDefault": false, "enabled": true, "company": { "id": "acme-corp", "name": "Acme Corp", "domain": "acme.com", "minSize": null, "maxSize": null, "geoLocation": null }, "logo": "https://content.shuffll.com/branding/acme-logo.png", "logoW": "https://content.shuffll.com/branding/acme-logo-white.png", "colors": { "colorPrimary": "#1a1a2e", "colorSecondary": "#16213e", "colorExtra": "#0f3460" }, "about": "Acme Corp builds innovative solutions for enterprise teams.", "pronunciations": [] }