Skip to main content

/webhooks/rest/v1/webhooks/{id}/activate REST API Endpoint

Loading...

Updated on
Jul 28, 2025

/webhooks/rest/v1/webhooks/{id}/activate REST API Endpoint

Parameters

Path Parameters

id
string
REQUIRED
Loading...

Body Parameters

startFrom
string
REQUIRED
Loading...

Returns

201 Created
Loading...
Request
1
curl -X POST \
2
"https://api.quicknode.com/webhooks/rest/v1/webhooks/YOUR_WEBHOOK_ID/activate" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY" \
6
-d $'{
7
"startFrom": "latest"
8
}'
1
curl -X POST \
2
"https://api.quicknode.com/webhooks/rest/v1/webhooks/YOUR_WEBHOOK_ID/activate" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY" \
6
-d $'{
7
"startFrom": "latest"
8
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free