Skip to main content
POST
/
onboarding
/
mark-step-completed
Mark Step as Completed
curl --request POST \
  --url http://localhost:3000/api/onboarding/mark-step-completed \
  --header 'Content-Type: application/json' \
  --data '
{
  "step": "<string>"
}
'
{
  "success": true
}

Body

application/json
step
string
required

Response

200 - application/json

Step marked as completed successfully

success
boolean
required

Whether the operation was successful