Skip to main content

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

Loading...

Updated on
Jul 31, 2025

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

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

label
string
REQUIRED
Loading...

Returns

data
object
Loading...
tags
array
Loading...
id
integer
Loading...
tag_id
integer
Loading...
account_id
integer
Loading...
label
string
Loading...
created_at
string
Loading...
updated_at
string
Loading...
endpoint_id
integer
Loading...
error
string
Loading...
Request
1
curl -X 'POST' \
2
'https://api.quicknode.com/v0/endpoints/{id}/tags' \
3
-H 'accept: application/json' \
4
-H 'x-api-key: YOUR_API_KEY' \
5
-H 'Content-Type: application/json' \
6
-d '{
7
"label": "production"
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free