get https://{baseurl}/usermanagement/api/v1/organizations//brandingInfo
This API endpoint returns the customer's (organization) branding information based on the organization's name. Returns the organization logo, the privacy policy statement URL, language, issuer public key, and issuer (organization) certificate.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
Parameters | Type | Description |
---|---|---|
organizationName | string | Denotes the name of the organization. |
Response Object
Parameters | Type | Description |
---|---|---|
logo | String | Branding logo image in base64 format. |
policyStatement | String | URL pointing to the policy statement. |
language | String | Language code indicating the language used. |
issuerPublicKey | String | Public key of the issuer in base64 format. |
issuerCertificate | String | Certificate of the issuer in base64 format. |