cURL
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" } ]
Return details on all available tax record providers.
Header used to specify the version for a given API request. Current version is 2024-01-01.
Providers Response
The response is of type object[].
object[]
Was this page helpful?