B
Box Content API
Details
- URL
-
https://api.box.com/2.0 - Docs
- https://box.dev/reference
Authentication
Authorization: Bearer <credential> Create a Box app in the Developer Console or generate a short-lived developer token there. Box docs state every API endpoint requires a valid access token, sent as Authorization: Bearer .... Easiest path for testing: open your app’s Configuration tab and click Generate Developer Token as shown in the Developer Tokens guide. For production, configure OAuth 2.0, JWT, or Client Credentials on your app from the same console per the authentication overview.