A Developer Token is an Access Token available to developers during development and testing. These tokens are short lived, as they expire after 60 minutes, and cannot be refreshed programmatically.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Developer Token
To create a Developer Token for an application:- Navigate to the Box Developer Console and select the application to create a Developer Token for.
- Select the Configuration tab.
- Under Developer Token, select Generate Developer Token.
You can also generate a Developer Token directly from
view, using the menu available for each app.

Using Developer Token
A Developer Token can be used like any Access Token in theAuthorization
header of an API call.
Developer tokens should not be used in production environmentsDeveloper Tokens should only be used for development or testing purposes.
