Skip to main content
The List endpoint provides methods that we can use to retrieve a single entry of a given list by providing the unique identifier of the list as a parameter. For example, we can get a specific country by using the method GetCountry and providing the country ID as the parameter. The following list contains a few of the many methods available.
  • GetCountry
  • GetBusiness
  • GetCategory
  • GetCredited
  • GetCurrency
Back