Skip to content

Update the dynamic account onboarding checklist

Request

Security
bearerToken
Bodyapplication/jsonrequired
isPanelDismissedboolean or null

Whether the onboarding checklist has been dismissed

Example:true
curl -i -X PATCH \
  https://api-v2.dash.app/dynamic-onboarding-checklist \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "isPanelDismissed": true
  }'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "hasLoggedIn": true, "hasSignedUp": true, "isPanelDismissed": true, "items": [] }, "permittedActions": [ {} ] }