Prepare (v2)
documentedPrepare account data for client onboarding or rehydration.
POST /api/account/prepare/v2Accountsno implementation yet0 runsNo 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://fleep.io/api/account/prepare/v2" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
--cookie "token_id={{FLEEP_TOKEN_COOKIE_ID}}" \
-d '{"ticket": "{{$ticket}}", "notification_id": "{{$notification_id}}", "registration_code": "{{$registration_code}}", "registration_mail": "{{$registration_mail}}"}'