GET
/
sync

Authorizations

token
string
queryrequired

Headers

accept
enum<string>
default: application/json

Specifies return format

Available options:
application/json

Query Parameters

updated_since
integer

Last updated unix timestamp, UTC

fields
enum<string>[]
required

A comma (,) separated list of returned fields.

Example: mark_light,background_light

Would return ONLY the mark_light, background_light values from the API.

Available options:
logo_light,
logo_dark,
logo_vector_light,
logo_vector_dark,
mark_light,
mark_dark,
mark_vector_light,
mark_vector_dark,
mark_composite_light,
mark_composite_dark
composite_auto
boolean
default: false

If no image exists, generate a fill image based on the company name and background color.

composite_radius
integer
default: 0

Apply a radius to the composite image.

Default value is 0. Maximum value is 50 (50%) which will result in a circle.

scale
string

Specified as the WIDTHxHEIGHT to scale the image down in pixels. Images will only be scaled down, never up, and fit within the bounds set. In CSS terms, the object-fit property is set to contain.

Scale will be applied to: logo_light, logo_dark, mark_light, mark_dark, mark_composite_light, mark_composite_dark

Example: 300x600

page
integer

Page offset.

pagesize
integer

Number of results returned. Default 100

Response

200 - application/json
id
string

Record identifier

search_key
string
required

The identifying search term, ex. cik or symbol value(s). If search was not used, not value will be returned.

created_at
string
required

Created timestamp, UTC

updated_at
string
required

Last updated timestamp, UTC

colors
object
files
object
required
securities
object[]