cURL
curl --request GET \ --url http://localhost:8080/api/onboarding/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "profile": {}, "missing": [ "<string>" ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current onboarding profile and missing steps
Show child attributes