Sign in

Confirm account (v2)

documented

Confirm account with additional fields and configuration.

POST /api/account/confirm/v2Accountsno 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://fleep.io/api/account/confirm/v2?ticket={{FLEEP_TICKET}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"notification_id": "{{$notification_id}}", "display_name": "{{$display_name}}", "password": "{{$password}}", "fleep_address": "{{$fleep_address}}", "phone_nr": "{{$phone_nr}}", "is_newsletter_disabled": {{$is_newsletter_disabled}} }'