Hi folks,
I am consuming third party Rest API , and send JSON data to third party.
In this I have required access token which should generate every time while sending json data to third party.
I am able to generate access token in POSTMAN, but I required X++ code to generate the token.
I have the below as a inputs.
1.Clinet Id, 2 Secret Id,3 Token generation URL,4 Third party Rest API URL.
If anyone have X++ code please share .
Thanks in advance.