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
Example response
{
"data": "data:image/png;base64,YW5faW1hZ2VfZmlsZQ=="
}Returns the favicon of the portal.
Image asset for the portal. Can be either png, jpeg or svg
{
"data": "data:image/png;base64,YW5faW1hZ2VfZmlsZQ=="
}