curl --request GET \ --url 'https://api.unify.ai/v0/user/onboarding-status' \ --header "Authorization: Bearer $UNIFY_KEY"
{ "onboarded": "boolean" }
Get the current user’s onboarding status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>