---
title: "Get Onboarding Context"
method: GET
path: "/v2/onboarding/context"
tags: ["Onboarding V2"]
---

# Get Onboarding Context

`GET /v2/onboarding/context`

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

## Query parameters

- `application_id` string, required — The application to compute onboarding milestones for

## Response `200`

Success

- object
  - `object` 'onboarding_context', required
  - `sdk_installed` boolean, required — A `session_start` event has been received from the SDK
  - `paywall_presented` boolean, required — A `paywall_open` event has been received
  - `transaction_completed` boolean, required — A `transaction_complete` event has been received (sandbox or production)
  - `production_transaction_completed` boolean, required — A non-sandbox `transaction_complete` event has been received
  - `products_created` boolean, required — At least one product exists for the application
  - `products_added_to_paywall` boolean, required — A paywall references a real (non-template) primary product
  - `revenue_tracking_enabled` boolean, required — Revenue tracking is active for the application
  - `onboarding_completed` boolean, required — Revenue tracking is enabled or a transaction has completed
  - `latest_sdk_version` string, nullable, required — Latest released SDK version tag for the application's platform (leading `v` stripped), or null if unknown/unavailable

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `403` — The API key does not have permission to perform this action
- `404` — The requested resource was not found
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.dev/superwall/apis/superwall-api-v2.md) · [All operations](https://skmtc.dev/superwall/apis/superwall-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superwall/superwall-api-v2/revisions/44900ad77d2c/schema)
