Authorization

Number of APIs: 3

  1. Authorize user GET https://{{account.box.com}}/api/oauth2/authorize?response_type=code&client_id={{client_id}}

  2. Refresh access token POST https://{{api.box.com}}/oauth2/token

  3. Revoke access token POST https://{{api.box.com}}/oauth2/revoke