PUT
/
v0
/
user
/
onboarding-status
curl --request PUT \
  --url 'https://api.unify.ai/v0/user/onboarding-status' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Update the current user’s onboarding status.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

onboarded
boolean
required
curl --request PUT \
  --url 'https://api.unify.ai/v0/user/onboarding-status' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}