Hello,
Could anyone share a step-by-step process about how to:
1. Send a HTTP POST request to an authorization endpoint.
2. Read the response body and store the value of an acces_token
3. Use that access token as an Auth to authenticate later requests to an HTTP endpoint
I tried with Items HTTP Agent type however I cannot find a way to dynamically obtain an acces_token and use it on subsequent requests.
Thank you,
Vi
Could anyone share a step-by-step process about how to:
1. Send a HTTP POST request to an authorization endpoint.
2. Read the response body and store the value of an acces_token
3. Use that access token as an Auth to authenticate later requests to an HTTP endpoint
I tried with Items HTTP Agent type however I cannot find a way to dynamically obtain an acces_token and use it on subsequent requests.
Thank you,
Vi

Comment