Countries
Country
Countries
Retrieve a paginated list of countries. Use the fields parameter to customize response fields.
GET
Countries
Authorizations
Query Parameters
Specify custom response with available response fields.
Fields included as default: slug, name, iso_3166_1_alpha_2, flagUrl, eliteprospectsUrlPath, updatedAt, _links
Available options:
slug, name, iso_3166_1_alpha_2, flagUrl, eliteprospectsUrlPath, updatedAt, _links, flagUrl.*, * The number of items to skip before starting to collect the result set.
Required range:
x >= 0The number of items to return.
Required range:
0 <= x <= 1000Sort results by field name. Prefix with - for descending order (e.g., -name).
Available options:
name, -name, updatedAt, -updatedAt Filter by slug in ISO 3166-1 alpha-3
Filter by name
Filter by iso_3166_1_alpha_2 in ISO 3166-1 alpha-2
Filter by updatedAt greater or equal to in ISO-8601 format for date and time