cURL
curl --request GET \ --url https://api.veryfront.com/providers/{provider}/search \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "path": "<string>", "mimeType": "<string>", "size": 123, "isFolder": true, "modifiedAt": "<string>", "thumbnail": "<string>" } ], "nextCursor": "<string>" }
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
1
Search results
Show child attributes