tax-country parameter represents the country where the user is taxed. country parameter represents the user's country of residence.Accept-Language with a string containing ISO 639-1 language code to get the questionnaire translated into the chosen language. Currently, Bitpanda supports translations for German, Polish, French, Spanish, Italian, and Turkish. The default language is English (en). If you pass the parameter for a language that does not have an existing translation in our database, the response returns the questionnaire in English.Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/questionnaires/dac8/FR?country=AT' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"question": "What is the reason of not providing Tax ID information?",
"translation_key": "dac8.question.one",
"type": "single_choice",
"answers": [
{
"id": 1,
"answer": "Country does not issue Tax Identification Numbers to individuals",
"translation_key": "dac8.question.one.answer.one"
}
]
}
]
}