# Run web journey 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. Endpoint: POST /v3/web-journeys/{webJourneyId}/runs Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 ## Response 200 fields (application/json): - `newRunId` (integer, required) The ID of the newly created run Example: 5765432 ## Response 400 fields (application/json): - `message` (string, required) Example: "An error occurred" - `code` (integer, required) Error codes: - 10: ValidationError - 11: MalformedRequest - 33: AlreadyRunning - 34: UsageLimitExceeded ## Response 401 fields (application/json): - `message` (string) ## Response 403 fields (application/json): - `message` (string, required) Example: "An error occurred" - `code` (integer, required) Error codes: - 10: ValidationError - 11: MalformedRequest - 33: AlreadyRunning - 34: UsageLimitExceeded ## Response 404 fields (application/json): - `message` (string, required) Example: "An error occurred" - `code` (integer, required) Error codes: - 10: ValidationError - 11: MalformedRequest - 33: AlreadyRunning - 34: UsageLimitExceeded ## Response 409 fields (application/json): - `currentRunId` (integer, required) The ID of the currently running run Example: 5765431 - `code` (integer, required) Error codes: - 10: ValidationError - 11: MalformedRequest - 33: AlreadyRunning - 34: UsageLimitExceeded