Hello, I am trying to configure the REST_TA add on to consume data from an API.
In order for me to authenticate I first need to use a local cert to authenticate against an endpoint (URL_1) that returns me an OAUTH2 token (Auth). Once I have this token I can use it to to authenticate against a second URL (URL_2) endpoint that lets me consume the data that I would like. Can someone please point me in the right direction on how to configure the "custom authentication handler" so that I can consume this API. Note the Auth token is only good for 24 hours and needs to be refreshed within that timeframe....
I am fairly new'ish to Python and API programming but I am able to retrieve data from the API using curl
↧