GET
/
logos
/
search
curl --request GET \
  --url https://api.benzinga.com/api/v2/logos/search
[
  {
    "colors": {
      "background_dark": "<string>",
      "background_light": "<string>"
    },
    "company_cik": "<string>",
    "company_url": "<string>",
    "created_at": "<string>",
    "deleted_at": "<string>",
    "files": {
      "logo_dark": "<string>",
      "logo_light": "<string>",
      "logo_vector_dark": "<string>",
      "logo_vector_light": "<string>",
      "mark_composite_dark": "<string>",
      "mark_composite_light": "<string>",
      "mark_dark": "<string>",
      "mark_light": "<string>",
      "mark_vector_composite_dark": "<string>",
      "mark_vector_composite_light": "<string>",
      "mark_vector_dark": "<string>",
      "mark_vector_light": "<string>"
    },
    "id": "<string>",
    "isin": "<string>",
    "last_audited": "<string>",
    "mic_code": "<string>",
    "symbol": "<string>",
    "type": "<string>",
    "updated_at": "<string>",
    "updated_by_user_id": "<string>"
  }
]

Authorizations

token
string
query
required

Query Parameters

search_keys
string
required

Search Keys

search_keys_type
string

Search Keys Type

fields
string
required

Fields

composite_auto
boolean

Composite Auto

composite_radius
integer

Composite Radius

scale
string

Scale

max_width
string

Max Width

Response

200
application/json

OK

The response is of type object[].