Skip to main content

POST /kv/rest/v1/lists/{key}/items REST API Endpoint

Loading...

Updated on
Oct 22, 2025

POST /kv/rest/v1/lists/{key}/items REST API Endpoint

Path Parameters

key
string
REQUIRED
Loading...

Body Parameters

item
string
REQUIRED
Loading...

Returns

code
number
Loading...
msg
string
Loading...
data
null
Loading...
Request
1
curl -X POST \
2
"https://api.quicknode.com/kv/rest/v1/lists/{key}/items" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY" \
6
-d $'{
7
"item": "new-item"
8
}'
9
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free