POST
/
countryData
curl --request POST \
  --url https://gateway.finhub.cloud/countrydata/1.0.0/countryData \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tenantId": "<string>",
  "country": "<string>"
}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
tenantId
string
required
country
string
required