Get Pending Collaborations
Get Pending Collaborations
To get the pending collaborations for a user, call the GET /collaborations
API
with a status
of pending
.
cURL
curl -i -X GET "https://api.box.com/2.0/collaborations?status=pending" \
-H "authorization: Bearer <ACCESS_TOKEN>"