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

The response is of type object[].