GET
/
providers
curl --request GET \
  --url https://api.trychart.com/providers
[
  {
    "id": "turbotax",
    "display_name": "TurboTax",
    "icon": "https://chart-providers.s3.us-west-1.amazonaws.com/turbotax_icon.png",
    "logo": "https://chart-providers.s3.us-west-1.amazonaws.com/turbotax_logo.png",
    "primary_color": "#236CFF"
  }
]

Headers

Chart-API-Version
string
default:2024-01-01

Header used to specify the version for a given API request. Current version is 2024-01-01.

Response

200 - application/json
Providers Response
id
string

The id of the tax record provider used in Connect.

Example:

"turbotax"

display_name
string

The display name of the tax record provider.

Example:

"TurboTax"

icon
string

The url to the official icon of the tax record provider.

Example:

"https://chart-providers.s3.us-west-1.amazonaws.com/turbotax_icon.png"

The url to the official logo of the tax record provider.

Example:

"https://chart-providers.s3.us-west-1.amazonaws.com/turbotax_logo.png"

primary_color
string

The hex code for the primary color of the tax record provider.

Example:

"#236CFF"