Oneport Docs
ApiV1WorkspacesSlugBranding

/v1/workspaces/{slug}/branding

GET
/v1/workspaces/{slug}/branding

Path Parameters

slug*string

Response Body

application/json

curl -X GET "https://example.com/v1/workspaces/acme/branding"
{  "workspace": {    "slug": "string",    "name": "string",    "logo": "string"  },  "primaryColor": "string",  "theme": "light",  "hidePoweredBy": true,  "customDomain": "string"}