Get Organization Branding Using GET
Get branding in organization.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
All Roles | ✔️ | ❌ |
Organization ID
OK
{
"organizationHeaderBranding": {
"logoLight": "string",
"name": "string",
"logoDark": "string",
"backgroundColorLight": "string",
"backgroundColorDark": "string",
"textColorLight": "string",
"organizationId": "string",
"sameLogoAsLight": false,
"serviceHeaderDisplayName": "string",
"textColorDark": "string"
}
}
Organization Header Branding
Branding for this organization not found
"OrganizationBrandingDto Object"
Organization Header Branding
The user is not authorized to use the API
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
The user is forbidden to use the API
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
Organization not found
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
The user has sent too many requests
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
An unexpected error has occurred while processing the request
"CspErrorResponse Object"
cspErrorCode
message
errorCode
requestId
moduleCode
statusCode
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/branding/api/orgs/{orgId}