Management
Providers
Return details on all available tax record providers.
GET
/
providers
Headers
Chart-API-Version
string
default: 2024-01-01requiredHeader used to specify the version for a given API request. Current version is 2024-01-01.
Response
200 - application/json
id
string
The id of the tax record provider used in Connect.
display_name
string
The display name of the tax record provider.
record_types
enum<string>[]
The list of record types supported on this tax record provider.
Available options:
federal_tax_return
, state_tax_return
, federal_tax_transcript
category
enum<string>
The category of the tax record provider.
Available options:
tax_prep_software
, irs
, state_tax_agency
icon
string
The url to the official icon of the tax record provider.
logo
string
The url to the official logo of the tax record provider.
primary_color
string
The hex code for the primary color of the tax record provider.
Was this page helpful?