Update User Onboarding Data Per Step
Developing
POST
/onboarding/step/<int:step>
1.
2.
3.
4.
5.
6.
Frontend will POST user's input for each onboarding step to this endpoint.
On success, frontend advances to next step/completion message, or if there is an error, frontend should display error messages returned.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/onboarding/step/<int:step>'
Response Response Example
{}
Request
None
Responses
Modified at 2025-06-20 16:14:20