---
title: "Start journey"
method: POST
path: "/journey/start"
---

# Start journey

`POST /journey/start`

Start a customer verification journey using a journey ID. You can also prefill customer data. For more details, see the [start journey guide](/docs/developer-integration/execute-customer-journeys/start-a-journey-step).

## Request body

- object
  - `resourceId` string, required — Unique identifier for the journey. Append '@latest' to use the most recent version.
  - `context` object — Prefilled identity data for the journey.

## Response `200`

Journey started successfully.

- object
  - `instanceId` string — Unique identifier for the active journey instance.

## Other responses

- `404` — Resource not found. This can happen when using an incorrect endpoint URL or an invalid resource ID.
- `405` — HTTP method not allowed for this endpoint. Make sure your journey version is included in the resource Id

---

[API](https://skmtc.net/gbgplc/apis/gbg-go-api-reference.md) · [All operations](https://skmtc.net/gbgplc/apis/gbg-go-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gbgplc/gbg-go-api-reference/versions/71fc8231d3fb/schema)
