cURL
curl --request GET \ --url https://api.veryfront.com/providers/{provider}/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "path": "<string>", "mime_type": "<string>", "size": 123, "is_folder": true, "modified_at": "<string>", "thumbnail": "<string>" }
Returns file metadata from an external provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File metadata