← Back to Dashboard

Box

Cloud Storage & File SharingActiveUnknownAuth: UnknownDoc: HTML
Swagger DocumentationVisit Website ↗

Description

File Sharing and Storage

✨ AI Summary

Box is a file sharing and storage service allowing users to manage and access their content in the cloud.

Code Example

import requests

url = "https://api.box.com/2.0/files" # Hypothetical endpoint
headers = {
    "Accept": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)