Delivery APIs
Deliver snapshot
Deliver the snapshot content to the specified storage
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID that was returned when the collection was triggered
Example:
"s_m4x7enmven8djfqak"
Query Parameters
URL where a notification will be sent once the delivery is finished
Example:
"https://notify-me.com/"
Body
application/json
Deliver configuration
Deliver file compressed in gzip format
Response
200 - application/json
OK
ID of your delivery request that can be used in Monitor Delivery API
Was this page helpful?