Skip to main content

Typed access

Meta operations are reached via client.Api.Meta.Country on EksoClient.
await client.Api.Meta.Country.ListCountryAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/meta/countryReturns the list of supported ISO country codes.
GET/api/meta/currencyReturns the list of supported ISO currency codes.
GET/api/meta/timezoneReturns the list of supported timezones with display names.

See also