/v1/workspaces/{workspace_id}/brandAuthGet the resolved brand tokens for the workspace. Always returns a complete object, with platform defaults filling in any unset fields.
Path parameters
workspace_id*stringResponse · 200
resolved*objectFully-resolved tokens every render uses. The frontend reads this for previews so what the editor shows == what recipients get.
raw*objectUser-set values only (null when the workspace has never customised). Null fields signal "not customised — falling through to default".
Example
Request
GET /v1/workspaces/{workspace_id}/brand
Authorization: Bearer YOUR_TOKENResponse
{
"resolved": {},
"raw": {}
}