Documentation
API reference

Complete a Journey

POST
/api/v1/journeys/{journeyId}/complete

Records completion and answers after current authorization. Pass the original clientSessionId and revisionId when replaying a delayed completion.

Authorization

publishableKey
AuthorizationBearer <token>

A brand-scoped FounderHQ publishable key.

In: header

Path Parameters

journeyId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/journeys/string/complete" \  -H "Content-Type: application/json" \  -d '{}'
{  "ok": true,  "recorded": true,  "sessionId": "string"}

AI agent or LLM? Read this page as markdown