Storage
Browse storage folders
GET
/api/v1/storage/connections/{connection_id}/folders
List folders inside a connected storage account. Use `path` to browse into a subfolder.
Authentication
Send your API key in the Authorization header:
Authorization: Bearer <key>.
Create a key.
Path parameters
| Name | Type | Description |
|---|---|---|
connection_id required |
integer | ID of the storage connection. |
Query parameters
| Name | Type | Description |
|---|---|---|
path |
string | Folder path (Dropbox) or folder id (Google Drive). Defaults to the root. |