Skip to content
Guides
Fulfillment & ShippingGeo

List countries

Lists countries from the geographic catalog, with optional text search and result limit.

GET/v1/geo/countries

Lists countries from the geographic catalog, with optional text search and result limit.

Query Parameters

search?string

Free-text filter. Which fields it covers depends on the resource.

limit?integer

Maximum number of results to return.

Formatint32

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/geo/countries"
[  {    "code": "example_code",    "name": "Example resource"  }]