Oveview
This section show you how to use NTT Com APIs in summary.
Basic
Tool
Select a tool for using the NTT Com API. In the following , We enumerate the case of httpie.
pip install --upgrade httpie
Authoraization
Using the prepared httpie tool , you will get the accessToken.
http -v POST https://api.ntt.com/v1/oauth/accesstokens grantType=client_credentials clientId=[YourConsumerKey] clientSecret=[YourConsumerSecret]
Use Business Process Contract API
Try to use Business Process Contract API.
http -v GET https://api.ntt.com/v1/business-process/contracts "Authorization: Bearer [YOUR_ACCESS_TOKEN]" serviceName==uno
Advanced
TBD