Documentation
API reference

Validate a Journey

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

The web SDK's pre-render check: verifies the key, origin, publication, entitlement and, when capture is true, capture permission, without returning configuration. Send capture: false for a read-only embed.

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/validate" \  -H "Content-Type: application/json" \  -d '{}'
{  "ok": true}

AI agent or LLM? Read this page as markdown