Using box-ios-sdk with box.com

Swift integration

✓ Official SDK
Install
# See https://github.com/box/box-ios-sdk
List enterprise users
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/users
List user and enterprise events
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/events
List groups for enterprise
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/groups
SDK on GitHub 📄 API Docs
SDK
box-ios-sdk
Swift
API
box.com
box.com
At a glance
Language Swift
Endpoints258
Base URLhttps://api.box.com/2.0
✓ Official