GET
/
logos
/
bulk-sync
curl --request GET \
  --url https://api.benzinga.com/api/v2/logos/bulk-sync
{
  "data": {},
  "errors": [
    {
      "code": "json_unmarshaling_error",
      "id": "<string>",
      "value": "<string>"
    }
  ],
  "ok": true
}

Authorizations

token
string
query
required

Query Parameters

search_keys
string
required

Search Keys

search_keys_type
string

Search Keys Type

fields
string[]
required

Fields

page
integer

Page

pagesize
integer

Page Size

updated_since
string

Updated At From

scale
string

Scale

composite_radius
integer

Composite Radius

Response

200
application/json
OK
data
object
errors
object[]
ok
boolean