Skip to main content
GET
/
v2
/
assets
/
logos
/
{domain}
Get a company logo by domain
curl --request GET \
  --url https://rest.forestreet.com/v2/assets/logos/{domain} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": "<string>"
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

domain
string
required

The domain name for the logo request (e.g., company-domain.com) The domain name for the logo request (e.g., company-domain.com)

Query Parameters

contentType
enum<string>
default:image/png

Content type for the image endpoint. Defaults to 'image/png'. Use 'application/json' to get base64 encoded image. Content type for the image endpoint. Defaults to 'image/png'. Use 'application/json' to get base64 encoded image.

Available options:
image/png,
application/json

Response

Company logo or fallback monogram response

success
boolean
required

Indicates if the asset was successfully retrieved.

data
string
required

Base64 encoded asset data.