Authorization: ********************curl --location -g --request GET 'https://test.whitelabel.bitpanda.com/v2/users//terms?user_journey[]' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"content_type": "link",
"title": "User Agreement Bitpanda Enterprise EN",
"type": "GENERAL_TERMS",
"version": "3.0.2",
"mandatory": true,
"effective_at": "2024-12-20T08:14:20+00:00",
"url": "https://cdn.bitpanda.com/terms-and-conditions/general-terms-en-3.0.2.pdf",
"accepted_at": "2025-01-14T14:22:43+00:00"
}
]
}