cURL
curl --request GET \ --url https://api.machines.cash/consumer/v1/onboarding \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": {}, "summary": "success" }
Get onboarding state
When to use this: Read onboarding checklist/progress for the current user.
Required scope: onboarding.read.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes