Batch version of GET /countries/{id}/data. Returns one entry per requested country id, each containing every country-reference field VALUE (company-specific where configured, falling back to the global field) in the same shape as the single-country endpoint. Countries can be requested by numeric ID (countryIds), ISO2 code (isoCodes), or both — at least one must resolve to ≥1 country. Ids and ISO-resolved ids are merged into a single deduped set before the batch cap is applied. Country ids that do not exist simply yield fields with undefined values, matching the single-country endpoint's behavior — this endpoint does not validate id existence.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Neither countryIds nor isoCodes provided, a non-numeric/non-positive/out-of-range id, an unknown ISO2 code, or more than 250 distinct countries requested across both params.
