English
cURL
curl --request POST \ --url https://api.brightdata.com/datasets/snapshots/{id}/deliver \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "deliver": { "type": "webhook", "filename": { "template": "<string>", "extension": "json" }, "endpoint": "<string>" }, "compress": false }'
{ "id": "<string>" }
Deliver the dataset snapshot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Snapshot ID
"snap_m2bxug4e2o352v1jv1"
OK
The response is of type object.
object
Was this page helpful?