cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/storage/list-files \ --header 'Authorization: Bearer <token>'
[ { "key": "<string>", "size": 123, "last_modified": "2023-11-07T05:31:56Z", "etag": "<string>" } ]
List files in user’s S3 bucket.
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Successful Response