API Implementation for BOX login with username and password
Hello,
I need a REST API for box login in my project.
I could not find any for login using username and password.
Please contact me on the email-id "***email address removed for privacy***".
Waiting for your kind response.
-
Hi ,
You'll want to use the standard OAuth 2 application flow. During the flow users will log in to Box with their username / password, which will provide you with an access token. That token can be used to make API calls on behalf of the user that logged in.
- Jon
Please sign in to leave a comment.
Comments
1 comment