Marketplace Dataset API
Deliver Snapshot
Deliver the dataset snapshot
POST
/
datasets
/
snapshots
/
{id}
/
deliver
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredSnapshot ID
Body
application/json
deliver
object
Deliver configuration
compress
boolean
default: falseDeliver file compressed in gzip format
Response
200 - application/json
id
string
ID of the delivery job
Was this page helpful?