Get /api/v3/admin/logo

Operation: GetOrganizationLogoV3

Summary

Retrieve the organization logo, if configured. Only URLs or JPEG, PNG, and SVG images are acceptable organization logos. If the saved base64 image is of a different file type, it will return an error.

Response Parameters

HTTP 200


Body Parameters

Content Type: application/json

Type Reference: SingleValue

Parameter Description Type
value object

Responses

HTTP 200

Body

Content Type: application/json
{
  "value": {}
}