Documentation
API reference

Get the published Journey configuration

GET
/api/v1/journeys/{journeyId}

Returns the active revision's configuration, revision id, version, and capture identity mode after key, origin, publication and entitlement checks. The web SDK fetches this after validate; native SDKs use prepare instead.

Authorization

publishableKey
AuthorizationBearer <token>

A brand-scoped FounderHQ publishable key.

In: header

Path Parameters

journeyId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/journeys/string"
{  "captureIdentityMode": "RESPONSES_ONLY",  "config": {    "property1": "string",    "property2": "string"  },  "revisionId": "string",  "version": -9007199254740991}

AI agent or LLM? Read this page as markdown