List tax authorities

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.

FilterSymbolExample
Equalseq$filter=stateAbbreviation eq GA
Not equalne$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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Defaults to 100

Number of results per page you want returned in the response

string
Defaults to 1

The specific page of results you want returned in the response

string

The $filter parameter can be used to construct a filter statement that will be used to search for specific records. For more information on filtering, see Filtering with CereTax APIs.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json