List countries

This endpoint returns a list of all the countries supported on the CereTax platform. It can be used to present Coutnry values in a dropdown box for users to select from in your integration when 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.

FilterSymbolExample
Equalseq$filter=countryIsoCode eq USA
Not equalne$filter=countryIsoCode ne USA
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!