Sign in

Update onboarding status

documented

Update the onboarding status and related onboarding details.

PUT /v1/onboardingOnboardingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://cxi-api.wootric.com/v1/onboarding" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"onboarded": {{$onboarded}}, "product_category_id": {{$product_category_id}}, "project": {"name": "{{$project_name}}"}, "import": {"name": "{{$import_name}}", "source": "{{$import_source}}", "metric_type": "{{$import_metric_type}}" } }'