I have a one question about box api domain.
I could execute even if https://www.box.com/api/oauth2/authorize
However box api document is described as endpoint for authorization as follows
https://account.box.com/api/oauth2/authorize/
The purpose of using this domain is that I'd like to realize to show box login screen every time. Actually I could see that box login screen was showed when I called https://www.box.com/api/oauth2/authorize. But I couldn't find out that it is correct method or not due to I couldn't find out any documents in box api