v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012366102.8 KB
Journeys

Fetch Journey

Fetch a Journey

get/api/v2/journeys/{id}

Path parameters

idstring uuid required
Example:69ae0e64b02bfe73a44ca479

Response

The request has succeeded.

idstring uuid required
transition_type'pre_offer' | 'offer' | 'post_offer' | 'onboarding' | 'offboarding' required
publishing_state'unpublished' | 'published' | 'draft' required
titlestring required
created_atstring iso8601 required

Example response

{
  "id": "69ae0e64b02bfe73a44ca479",
  "transition_type": "pre_offer",
  "publishing_state": "published",
  "created_at": "2026-02-01T01:02:03Z"
}