Accept-Language with a string containing ISO 639-1 language code to get the list of legal documented translated into the chosen language, if available.Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/legal-documents?country=AT&account_type' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "f380abd0-4712-4e1c-96cd-43ea6809a317",
"version_id": "f380abd0-4712-4e1c-96cd-43ea6809a317",
"version": "1.0.0",
"title": "Cost Transparency Crypto Assets",
"slug": "COST_TRANSPARENCY_CRYPTO",
"language": "en",
"href": "https://cdn.bitpanda.com/cost-transparancy-crypto.pdf",
"released_at": "2024-10-18T23:35:24+00:00",
"effective_at": "2025-01-29T04:52:19+00:00"
}
]
}