Matrix Version: 5.5.3.0
Hello,
I am currently testing out an API of a system we would like to use in the future.
To grab the token (bearer), we use a post request with this in the body(x-www-form-urlencoded) :
username:xxx
password:xxx
grant_type:password
With the post to a url www.abc.com/token
This supplies us back with a token which is valid for 24hs.
Using postman I can easily do the above. Is there anything in matrix to be able to:
a) retrieve the token with just the above details?
b) refresh the token every 24 hours automatically?
Cheers,
Tim