# Create journey

**POST** `/journeys`

Creates a journey draft. Publish and activate it before contacts can enter.

Authentication: bearerAuth
Required scopes: `journey:create`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Create a journey in the workspace.

## Request body

- `application/json`: `CreateJourneyRequest` required.

## Responses

- `201`: Journey created
- `default`: Error
