- Undelete a web journey
Get web journeys
Create web journey
Delete web journeys by domain or folder
Get web journey by ID
Update web journey
Delete web journey
Get web journey status
Get web journey actions
Update web journey actions
Get web journey action by ID
Update web journey action
Get web journey run status
Delete web journey run
Delete current web journey run
Get web journey notification configuration
Update web journey notification configuration
Get web journey rules
Update web journey rules
Get web journey action rules
Update web journey action rules
Get web journey remote file mappings
Update web journey remote file mappings
Get action requests
Get action logs
Get all labels attached to specified web journey
Patch labels attached to specified web journey
Get journey configuration info for specified journey run
Undelete a web journey
PATCH /v3/web-journeys/undelete
Restore a single archived web journey into a chosen destination Folder and Sub-folder. The original parents are not reinstated. Historical run data is not restored. Per-item outcomes (including destination_gone and already_restored) are returned in the 200 response body; only authentication and authorization failures use 401/403.
Security
API_Key
PATCH
curl -i -X PATCH \
https://api.observepoint.com/v3/web-journeys/undelete \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"folderId": 0,
"subFolderId": 0
}'Response
{ "id": 0, "status": "restored", "folderId": 0, "subFolderId": 0, "code": "destination_gone", "reason": "string" }