Get onboarding status
Returns whether the current user has completed the first-run onboarding survey. Reads Hive `profile.onboarding` (or top-level `onboarding`); `true` means still needs the survey.
GET
/api/onboardingRequest
curl
curl -X GET https://platform.trickest.com/api/onboarding \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Onboarding status ({ completed })
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring