Skip to main content
POST
/
v2
/
pricing
Get pricing for a country
curl --request POST \
  --url https://api.topograph.co/v2/pricing \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "countryCode": "FR"
}'
"<string>"

Authorizations

x-api-key
string
header
required

Body

application/json
countryCode
enum<string>
required

The country code in ISO 3166-1 alpha-2 format (e.g., "FR" for France, "DE" for Germany).

Available options:
AT,
BE,
CH,
CZ,
DE,
DK,
EE,
ES,
FI,
FR,
GB,
IE,
IT,
LU,
MT,
NL,
NO,
PL,
PT,
SE
Example:

"FR"

Response

200 - application/json

The response is of type string.