Is there a way to change the URL on GET of an API?

Hey, guys,
I have a resource that is an integration between our CRM Close and retool. I want to retrieve information from Close and build apps on retool.

The integration is already connected, however I've found out that depending on the action I am trying to perform the URL being requested is not right. I've seen the API documentation from Close and also spoken their support team and they confirmed that the URL requested should be https://api.close.com/api/v1/lead/ not https://app.close.io/api/v1/lead/

I would like to know if it is possible to change the URL that is being requested.

Hi @Bruna_Tourinho,

The resource Close does not look like it has any options to change this. However, it would be easy enough to set up a Rest API
chrome_5nTZDENAMJ

From the documentation, it should look something like this:

Let me know if this works!