Skip to main content
POST
Upload a favicon for the trust portal

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

Favicon image to store for the trust portal

fileName
string
required

Original file name. Must end in .ico, .png or .svg.

Example:

"favicon.png"

fileType
enum<string>
required

MIME type of the image.

Available options:
image/x-icon,
image/vnd.microsoft.icon,
image/png,
image/svg+xml
Example:

"image/png"

fileData
string
required

Base64-encoded image contents.

Example:

"iVBORw0KGgo="

Response

201

Favicon uploaded successfully