name and code values from the response as filter inputs for the Get eSIM Packages endpoint.| Name | Type | Required | Description |
|---|---|---|---|
geography | string | optional | Scope of coverage for the package. Accepted values: local, regional, global. |
| Field | Type | Description |
|---|---|---|
name | string | Full country name. Use as the country parameter in the Packages API. |
code | string | ISO country code. Use as the countryCode parameter in the Packages API. |
geography | string | Scope of coverage for the package. can be any of local, regional, global. |
[
{
"name": "United States",
"code": "US",
"geography": "local"
},
{
"name": "Japan",
"code": "JP",
"geography": "local"
}
]Note: Retrieve nameandcodevalues from this endpoint before querying the Packages API — arbitrary country strings are not accepted.
curl --location 'https://api-dev.getroamify.com/api/esim/countries' \
--header 'Authorization: Bearer roamify_4ECge13m8ZqFvGshLVLfdnFzi5hGuXkCBg2keWxVVKi7b2BGWmoXiv7bgVtNxY5Ruif7QKEthrLNrEkvnBV3Z7D3Fyj547NbnDnsDU7HgkRX8ggKD285dkXZHdNFM8npxoyr12nSzfpzqRuLvJj2d9eXgucEQmD9Gg4aKnUWvNaRbz1mKv7fAwdJe'application/json; charset=utf-8 content type is not supported in the response body