Record an onboarding activation milestone
Advances the durable activation profile (machine online, first run, BYOK, launchpad dismiss).
PATCH
/api/onboardingBody
milestoneenumrequiredOne of: launchpad_dismissed, checklist_complete, machine_active, first_run, byok_verified
Request
curl
curl -X PATCH https://trickest.io/api/onboarding \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Updated profile ({ completed, profile })
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring