Skip to main content

v0/teams/{id}/endpoints REST API Endpoint

Loading...

Updated on
Feb 03, 2026

v0/teams/{id}/endpoints REST API Endpoint

Parameters

Path Parameters

id
integer
REQUIRED
Loading...

Body Parameters

endpoint_ids
array
REQUIRED
Loading...

Returns

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