Skip to main content

v0/endpoints/{id}/ip_custom_header REST API Endpoint (PATCH)

Loading...

Updated on
May 29, 2026

v0/endpoints/{id}/ip_custom_header REST API Endpoint (PATCH)

Please note that this method is only available to Enterprise customers. See our pricing for more information.

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

header_name
string
REQUIRED
Loading...

Returns

data
object
Loading...
header_name
string
Loading...
error
string
Loading...
Request
1
curl -X 'PATCH' \
2
'https://api.quicknode.com/v0/endpoints/{id}/ip_custom_header' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"header_name": "X-Forwarded-For"
8
}'
9
1
curl -X 'PATCH' \
2
'https://api.quicknode.com/v0/endpoints/{id}/ip_custom_header' \
3
-H 'accept: */*' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"header_name": "X-Forwarded-For"
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free