Skip to content

Box ​

Manage files, folders, and collaborations on Box cloud storage.

DetailValue
CategoryData & Productivity
Base URLhttps://api.box.com/2.0
AuthenticationOAuth2
Endpoints6
Connector keybox

Using Box in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Box from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /folders/{folder_id}Get a folder
GET /folders/{folder_id}/itemsList items in a folder
GET /files/{file_id}Get file info
POST /files/contentUpload a file
GET /searchSearch for content
POST /collaborationsAdd a collaborator

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.