POST
/
v2
/
pricing
curl --request POST \
  --url https://api.getsemaphore.com/v2/pricing \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "country": "FR"
}'
"<string>"

Authorizations

x-api-key
string
header
required

Body

application/json
country
enum<string>
required

Country code, which can be an ISO country code, or for the United States, a combination of "US" and the state code (e.g., "US-CA" for California).

Available options:
BE,
CH,
CN,
DE,
ES,
FR,
GB,
IT,
NL,
PT,
HK,
LU,
MT
Example:

"FR"

Response

200 - application/json

The response is of type string.