Developer Tokens
Developer Tokens
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.
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.
Using Developer Token
A Developer Token can be used like any Access Token in the Authorization
header of an API call.
curl https://api.box.com/2.0/users/me \
-H "authorization: Bearer [DEVELOPER_TOKEN]"
Our SDKs can be initialized with a Developer Token to create a basic API client.
Using SDKs and Developer Tokens
To learn more about Developer Tokens for each SDK head over to: