---
title: "Search Logos"
method: GET
path: "/api/v2/logos/search"
tags: ["logos"]
---

# Search Logos

`GET /api/v2/logos/search`

Search Logos

## Query parameters

- `search_keys` string, required
- `search_keys_type` string
- `fields` string, required
- `composite_auto` boolean
- `composite_radius` integer
- `scale` string
- `max_width` string
- `flutter_compatible` boolean

## Response `200`

Success response with array of LogoClientResponse objects in data field

- BzhttpResp
  - `data` object
  - `errors` BzhttpError[]
    - `code` 'json_unmarshaling_error' | 'no_data_found' | 'no_matching_endpoint' | 'bad_request' | 'db_error' | 'internal_server_error' | 'auth_failed' | 'forbidden' | 'failed_dependency' | 'service_unavailable' | 'upstream_api_error' | 'unsupported_message_type' | 'database_query_error'
    - `id` string
    - `value` string
  - `ok` boolean

## Other responses

- `400` — Bad request - invalid or missing parameters
- `404` — Not found - no logos found for the specified search keys
- `500` — Internal server error

---

[API](https://skmtc.net/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.net/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/versions/ea334a9e2e05/schema)
