Hello Team,
While we use basic authentication for the Oauth url with HTTP GET method we retrieve the token successfully but while we call that token into the header section as Authorization : Bearer $.[access_token] it seems its getting stored automatically but not getting authorized.
Oauth Successful Token Retrival

While using Authorization Bearer Token as an header

Issue gets resolve if we use the bearer token manually stored by us in credential manager and callout explicitly under configuration setting of the API page as Authorization method = Bearer token for HTTPS POST Request.
Can anyone suggest what needs to be done to have basic authorization for HTTPS GET for Oauth and Bearer token HTTPS POST for respective url to work together. Note that we also use Body in which we have entered the address and it gets verified with the address id. The ask here is to continuously monitor the address id return after successful return from HTTP POST since the manually entered token we enter gets expire in 1 hour and doesn't get auto renew, due to which token gets unauthorized and we don't receive the address id.
Using Solarwinds 2025.1.1 ---> Manage API section.