cURL
curl --request GET \ --url https://api.veryfront.com/providers/{provider}/files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "path": "<string>", "mime_type": "<string>", "size": 123, "is_folder": true, "modified_at": "<string>", "thumbnail": "<string>" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
Lists files from an external provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File listing
Show child attributes