Issue to add external API into adalo

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 .

Hi @vieira,

Welcome to the community :partying_face:

Could you share more details about the API that you are trying to connect? How you tried to connect it? ( screenshots or a video )

Thank you