Nango Proxy
Nango Proxy - PATCH requests
Nango Proxy
Nango Proxy - PATCH requests
Make a PATCH request with the Proxy.
PATCH
/proxy/{anyPath}
Bearer*
curl --request PATCH \
--url https://api.nango.dev/proxy/{anyPath} \
--header 'Authorization: Bearer <token>' \
--header 'Connection-Id: <connection-id>' \
--header 'Provider-Config-Key: <provider-config-key>'
API request
The path, query params and headers you send to the Nango proxy are all passed on to the external API, except for the configuration headers mentioned here:
- Authorization: See Nango API Authentication. Nango will add a new Authorization header for the external API as needed.
- Provider-Config-Key
- Connection-Id
- Retries
API response
The response from the external API is passed back to you exactly as Nango gets it:
- Response code
- Response headers
- Response body
Headers
Connection-Idrequired
string
The Connection ID used to create the Connection.
Provider-Config-Keyrequired
string
The Integration ID used to create the Connection (aka Unique Key).
Retries
string
The number of retries in case of failure (with exponential back-off). Optional, default 0.
Any-Header
string
Any other headers you send are passed on to the external API
Path Parameters
anyPathrequired
string
Body
any_body_param
string
curl --request PATCH \
--url https://api.nango.dev/proxy/{anyPath} \
--header 'Authorization: Bearer <token>' \
--header 'Connection-Id: <connection-id>' \
--header 'Provider-Config-Key: <provider-config-key>'