get https://data.cert.ceretax.net/states
This endpoint returns a list of all states or regions by country supported on the CereTax platform. It can be used to present State values in a dropdown box for users to select from in your integration when setting up exemptions or inputting address information.
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=countryIsoCode eq USA |
Not equal | ne | $filter=countryIsoCode ne USA |