Onboarding V2

Get Onboarding Context

Returns onboarding milestone booleans for the application. Requires onboarding:read scope.

get/v2/onboarding/context

Query parameters

application_idstring required

The application to compute onboarding milestones for

The application to compute onboarding milestones for

Response

Success

object'onboarding_context' required
sdk_installedboolean required

A session_start event has been received from the SDK

paywall_presentedboolean required

A paywall_open event has been received

transaction_completedboolean required

A transaction_complete event has been received (sandbox or production)

production_transaction_completedboolean required

A non-sandbox transaction_complete event has been received

products_createdboolean required

At least one product exists for the application

products_added_to_paywallboolean required

A paywall references a real (non-template) primary product

revenue_tracking_enabledboolean required

Revenue tracking is active for the application

onboarding_completedboolean required

Revenue tracking is enabled or a transaction has completed

latest_sdk_versionstring nullable required

Latest released SDK version tag for the application's platform (leading v stripped), or null if unknown/unavailable

Changes

No recorded changes to this endpoint across all 1 revision of this API.