The endpoint returns the client categorization questionnaire that the user needs to respond during the onboarding process before starting investing.
You can pass the parameter 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.
Success Response
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": 1,
- "question": "Which statement best describes your investor profile?",
- "title": "Restricted Investor statement",
- "subtitle": "Percentage",
- "instruction": "In the last financial year did you have:",
- "style": "selector",
- "type": "statement",
- "answers": [
- {
- "id": 2,
- "answer": "High net worth investor",
- "description": "I am earning more than £ 100,000 annually or I have net assets of more than £ 250,000, excluding my primary residence.",
- "next_item_id": 2,
- "nested_questions": [
- {
- "id": 1,
- "question": "Which statement best describes your investor profile?",
- "title": "Restricted Investor statement",
- "subtitle": "Percentage",
- "instruction": "In the last financial year did you have:",
- "style": "selector",
- "type": "statement",
- "answers": [
- { }
]
}
]
}
], - "parts": [
- {
- "id": 1,
- "question": "Which statement best describes your investor profile?",
- "title": "Restricted Investor statement",
- "subtitle": "Percentage",
- "instruction": "In the last financial year did you have:",
- "style": "selector",
- "type": "statement",
- "answers": [
- {
- "id": 2,
- "answer": "High net worth investor",
- "description": "I am earning more than £ 100,000 annually or I have net assets of more than £ 250,000, excluding my primary residence.",
- "next_item_id": 2
}
]
}
]
}
]
}