Hello,
I am new to box. Working only with .python sdk.
Reference‘ https://developer.box.com/guides/applications/ ’, I've made a 'box application'. App type is' custom app 'and authentication method is' OAuth 2.0 (user or client authentication)'.
After obtaining the access token, i want to call the API with the access token.
Example of accesstoken 'g8dsgqybnjjjujchwk5etpr1tccca7g0f'.
About accesstoken, do you have a method to verify accesstoken?
We want to confirm the correctness of the accesstoken first, and then call the box API.
Thanks.