Acquisition Sessions

Pre-check whether an email is registered (non-blocking)

Used by the email step to decide whether to suggest sign-in or continue silently. Never throws on conflict.

post/v1/acquisition/sessions/check-email

Request body

emailstring required
sessionIdstring

Current acquisition session id. When supplied, the check excludes the lead this session is attached to from duplicate_lead detection.

Response

status'available' | 'existing_customer' | 'duplicate_lead' required
hint'continue' | 'sign_in_suggested' | 'continue_silently' required

Recommended front-end behaviour. The status is informational; the funnel never blocks the user purely because the email exists.

Changes

No recorded changes to this endpoint across all 1 revision of this API.