Tool to make a GET request with Nango's Proxy to forward requests to external APIs while managing authentication. Use when you need to make authenticated API calls to external services through Nango's proxy infrastructure.
retriesintegerThe number of retries in case of failure (with exponential back-off). Optional, default 0.
any_pathRequiredstringThe path to the external API endpoint to proxy the request to (e.g., 'users', 'repos/owner/repo', 'api/v2/tasks'). Do not include leading slash.
retry_onstringComma separated status codes to explicitly retry on in addition to the default 5xx and 429.
decompressbooleanOverride the decompress option when making requests. Optional, defaults to false.
query_paramsobjectOptional query parameters to pass to the external API endpoint.
connection_idRequiredstringThe connection ID used to create the connection in Nango.
custom_headersobjectAdditional custom headers to pass to the external API. These will be prefixed with 'nango-proxy-' automatically.
base_url_overridestringProvide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.
provider_config_keyRequiredstringThe integration ID used to create the connection (aka Unique Key).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.