Skip to main content
GET
Each team can configure a single custom onboarding form that affiliates fill out as part of their onboarding flow. This endpoint returns the form’s metadata and the ordered list of currently active questions. Returns 404 NOT_FOUND when no onboarding form has been created for your team yet.

Response

boolean
Always true for successful responses
object
The onboarding form object.

Notes

  • Only questions with status: true are returned. Soft-deleted questions are excluded.
  • Each team has at most one onboarding form. To modify it, use PATCH /v1/onboarding-form.