Skip to main content
GET
List Countries

List Countries

Returns all countries supported by the Nexudus platform. Used by address and profile forms across the portal to populate country dropdowns and map culture codes to display names.

Authentication

No authentication required. This is a public endpoint.

Query Parameters

string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation. Example: _shape=Countries.Name,Countries.TwoDigitsCode.

Response

array
Array of country objects.
number
Numeric identifier for the country.
string
Display name of the country in English.
string
ISO 3166-1 alpha-2 two-letter country code (e.g. "GB", "US", "DE").
string
BCP 47 culture/locale string for the country (e.g. "en-GB", "en-US", "de-DE").

Example Response

TypeScript Integration

Usage in Portal

Error Responses

error
Unexpected server-side error. Retry with exponential back-off.