The Synqly Connector APIs provide a unifying interface and data model for all supported service Providers.
See the Synqly Overview for more information.
The Synqly Connector APIs provide a unifying interface and data model for all supported service Providers.
See the Synqly Overview for more information.
curl -i -X GET \
'https://api.synqly.com/v1/storage/folders/{path}?cursor=string&limit=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "result": [ { … } ], "cursor": "string", "meta": { "stats": { … }, "api": { … } } }
curl -i -X GET \
'https://api.synqly.com/v1/storage/files/{path}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
curl -i -X DELETE \
'https://api.synqly.com/v1/storage/files/{path}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'