Skip to main content
GET
/
api
/
v1
/
reference
/
countries
/
{code}
Get country by code
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/reference/countries/{code}
{
  "code": "ES",
  "isSupported": true,
  "name": "Spain"
}

Headers

Accept-Language
string
default:en

Language preference (es for Spanish, default: English)

Path Parameters

code
string
required

Country code

Response

OK

code
string
Example:

"ES"

isSupported
boolean
Example:

true

name
string
Example:

"Spain"