Skip to content

Create a manual journey run within the manualJourneyId based on uploaded har files.

Request

POST /v2/manual-journeys/{manualJourneyId}/har-runs
Security
API_Key
Path
manualJourneyIdinteger, (int32)required
Bodyapplication/jsonrequired

New har manual journey request

harFilesArray of objectsrequired
journeyRunNamestring
webhookUrlstring
POST
/manual-journeys/{manualJourneyId}/har-runs
curl -i -X POST \
  'https://api.observepoint.com/v2/manual-journeys/{manualJourneyId}/har-runs' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "harFiles": [
      {
        "name": "string",
        "s3Key": "string"
      }
    ],
    "journeyRunName": "string",
    "webhookUrl": "string"
  }'

Responses

successful operation

Bodyapplication/json
integer, (int64)
Response
0