Get AML questions

The endpoint returns the list of all possible AML questions and answers that the user needs to select 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 list of AML questions and answers 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 AML questions and answers in English.

SecuritybearerAuth
Request
query Parameters
page_size
integer

Number of elements to be displayed on a page

Example: page_size=10
page
integer

Display page number

Example: page=1
account_type
string
Default: "user"

Account type

Enum: "user" "business_user"
Example: account_type=business_user
header Parameters
Accept-Language
string

ISO 639-1 language used for translation

Example: en
Responses
200

Success Response

401

Unauthorized

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/aml
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}