Make a PATCH request with the Proxy.
The path, query params, and headers you send to the Proxy are all passed on to the external API, except for the configuration headers mentioned here:
The response from the external API is passed back to you exactly as Nango gets it:
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
The number of retries in case of failure (with exponential back-off). Optional, default 0.
Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden. Optional
Override the decompress option when making requests. Optional, defaults to false
Any other headers you send are passed on to the external API
The response exactly as returned by the external API
Make a PATCH request with the Proxy.
The path, query params, and headers you send to the Proxy are all passed on to the external API, except for the configuration headers mentioned here:
The response from the external API is passed back to you exactly as Nango gets it:
The connection ID used to create the connection.
The integration ID used to create the connection (aka Unique Key).
The number of retries in case of failure (with exponential back-off). Optional, default 0.
Provide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden. Optional
Override the decompress option when making requests. Optional, defaults to false
Any other headers you send are passed on to the external API
The response exactly as returned by the external API