Fetch the branding info

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

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.

Response Object

ParametersTypeDescription
logoStringBranding logo image in base64 format.
policyStatementStringURL pointing to the policy statement.
languageStringLanguage code indicating the language used.
issuerPublicKeyStringPublic key of the issuer in base64 format.
issuerCertificateStringCertificate of the issuer in base64 format.
Language
URL