Method
GET /v1/workspaces/:id/settings
Path Parameters
Workspace identifier (must match API key workspace).
Bearer token with workspaces:read scope.
Request Example
curl "https://api.voyantcloud.com/v1/workspaces/ws_abc/settings" \
-H "Authorization: Bearer $VOYANT_API_KEY"
Response
{
"data": {
"branding": {
"logo_light_asset_id": "asset_light",
"logo_dark_asset_id": "asset_dark",
"favicon_asset_id": "asset_favicon"
},
"support": {
"phone": "+40 700 000 000",
"email": "support@voyantcloud.com"
},
"policies": {
"terms_url": "https://example.com/terms",
"privacy_url": "https://example.com/privacy"
},
"analytics": {
"gtm_id": "GTM-XXXXXXX"
},
"localization": {
"default_catalog_language": "en",
"default_ui_language": "en",
"supported_languages": ["en", "ro"]
},
"taxes": {
"prices_include_tax": false,
"enable_unified_taxes": true,
"enable_vat_validation": true,
"default_tax_profile_id": "taxprof_123"
}
}
}
Use the returned settings to configure workspace-specific branding in your apps. Asset IDs reference files stored in the gallery API.