Atomically create your team’s onboarding form along with its initial set of questions
Each team may only have a single onboarding form. The form and its questions are created atomically: if any question fails validation, the entire operation is rejected. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.affonso.io/llms.txt
Use this file to discover all available pages before exploring further.
409 DUPLICATE_ERROR if an onboarding form already exists for your team — use PATCH /v1/onboarding-form to modify it instead.
order field on each question.OnboardingForm object — same shape as GET /v1/onboarding-form.
write:program.single_choice and multiple_choice questions must include a non-empty options array.order does not need to be contiguous, but values are used as-is to sort the form.