Assets
Get Logo
Returns the logo of the portal.
get/v3/portals/{portalId}/assets/logo
Response
Image asset for the portal. Can be either png, jpeg or svg
Example response
{
"data": "data:image/png,YW5faW1hZ2VfZmlsZQ=="
}Returns the logo of the portal.
Image asset for the portal. Can be either png, jpeg or svg
{
"data": "data:image/png,YW5faW1hZ2VfZmlsZQ=="
}