...
Once you have an access token you would pass that token to iTWOcx by adding a header to the HTTP request called "Bearer" with the value of the header being the access token.:
Code Block |
---|
Authorization: Bearer {accessToken} |
This header against the following interface will then return a session key which can be used for all other interactions.
https://au.itwocx.com/api/latest/api/help/index#!/Login/Login_ByUserToken
...