To get the pending collaborations for a user, call the GET /collaborations API
with a status of pending.
curl -i -X GET "https://api.box.com/2.0/collaborations?status=pending" \
-H "authorization: Bearer <ACCESS_TOKEN>"
This only returns the current list of pending collaborations for a user. This
API does not allow for returning all collaborations for a user.