Hello , i have a full REST API integrated in my website.
I want to integrate the API in Adolo
FLOW : OAuth2 - clientCredentials .
client_id = ‘xxx’
client_secret = ‘yyyy’
token_url = ‘https://example.com/api/v1/authentication/oauth2/token’
base url=‘https://example.com’
A want add my external API to query data from some
endpoints like :
api/v1/user
api/v1/article
But when i try to configure my API i get this error:
connect ECONNREFUSED 127.0.0.1:80
====================ii
Note that from my tests using curl or python ,
i can easly call the API and query data from endpoints .