Skip to content

Run web journey

Request

POST /v3/web-journeys/{webJourneyId}/runs

Creates a new run for the specified web journey. The journey must exist, have actions configured, and not already be running.

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
POST
/v3/web-journeys/{webJourneyId}/runs
curl -i -X POST \
  https://api.observepoint.com/v3/web-journeys/107239/runs \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Run created successfully

Bodyapplication/json
newRunIdinteger, (int64)required

The ID of the newly created run

Example:5765432
Response
{ "newRunId": 5765432 }