Hi Experts,
I want to establish a machine-to-machine scenario but I am working on a platform where no BOX SDK is provided. I have created a new Box App and I have done all the setup there and downloaded the JSON config file. How can I get access to box now in terms of native http(s) calls. Is there any tutorial what sequence of calls is needed and what I have to do with the content of the configuration file. I can certainly write my onw BOX API to do all operations I need but I am not sure how the logon procedure works exactly when using OAuth2 with JWT.
I also noticed the the private key seems to be encrypted in the config file. Do I need to decrypt it before sending it to BOX? What kind of encryption was used?
Thanks in advance for any help