v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
Assets

Get Favicon

Returns the favicon of the portal.

get/v3/portals/{portalId}/assets/favicon

Response

Image asset for the portal. Can be either png, jpeg or svg

datastring uri required

must be a data URL with base64 image data, e.g., data:image/jpeg;base64,<BASE64_IMAGE_DATA>

Example response

{
  "data": "data:image/png;base64,YW5faW1hZ2VfZmlsZQ=="
}