Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/files/' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "f31f3c22-e7ea-11ec-8fea-0242ac120002",
"name": "user_verification.pdf",
"type": "application/pdf",
"size": 25,
"purpose": "verification_report",
"url": "/v1/files/f31f3c22-e7ea-11ec-8fea-0242ac120002/contents",
"created_at": "2022-07-20T08:14:20+00:00"
}
]
}