Skip to main content
POST
/
v1
/
admin
/
trips
/
{envelopeId}
/
snapshots
Freeze a trip snapshot
curl --request POST \
  --url https://{operatorDomain}/v1/admin/trips/{envelopeId}/snapshots \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

envelopeId
string
required

Response

200 - application/json

Created snapshot

data
object