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"
}

Documentation Index

Fetch the complete documentation index at: https://doc.raliopay.com/llms.txt

Use this file to discover all available pages before exploring further.

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"