get https://data.cert.ceretax.net/taxAuthorities
This endpoint is for retrieving a list of valid tax authorities.
This endpoint supports filtering. Using the $filter parameter and one of the supported filter operators below you can search for records matching specific criteria.
| Filter | Symbol | Example |
|---|---|---|
| Equals | eq | $filter=stateAbbreviation eq GA |
| Not equal | ne | $filter=stateAbbreviation ne GA |
Multiple filters can be passed in a single request using 'and' & 'or' operators, for example:
- $filter=stateAbbreviation eq GA and taxLevel eq 3
