Skip to main content
To list all files, folders and web links in a folder call the GET /collections/:id/items API.
curl -i -X GET "https://api.box.com/2.0/collections/926489/items" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
The only collection that is available via the API is the “Favorites” collection. The ID of this collection is different for every user.