Box ​
Manage files, folders, and collaborations on Box cloud storage.
| Detail | Value |
|---|---|
| Category | Data & Productivity |
| Base URL | https://api.box.com/2.0 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | box |
Using Box in a workflow ​
- Go to Connections and click New Connection.
- Pick Box from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /folders/{folder_id} | Get a folder |
| GET /folders/{folder_id}/items | List items in a folder |
| GET /files/{file_id} | Get file info |
| POST /files/content | Upload a file |
| GET /search | Search for content |
| POST /collaborations | Add a collaborator |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.