Skip to main content

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.

Every authenticated API call requires an Access Token to be passed in the Authorization header as a Bearer Token or it will return a 401 Unauthorized HTTP status.
curl https://api.box.com/2.0/users/me \
    -H "authorization: Bearer EGmDmRVfhfHsqesn5yVYHAqUkD0dyDfk"
Use the endpoint to inspect what user an Access Token is authenticated for.