POST
/
listData
curl --request POST \
  --url https://gateway.finhub.cloud/countrydata/1.0.0/listData \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "tenantId": "<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