Skip to main content
POST
Complete Onboarding

Body

application/json

Payload posted from the onboarding form.

selections maps onboarding question_id -> selected option(s), e.g. {"role": "software_engineer", "org_size": "solo", "use_case": ["new_features", "fixing_bugs"]}.

The field is optional so the endpoint stays backwards-compatible with any client that previously called it with an empty body, but the current frontend always submits a populated mapping.

selections
Selections · object

Response

Successful Response