Acquisition Sessions

Capture the email entered on the email step

Persists the email on the lead and returns the resolved email status (existing customer / duplicate lead / available). Never throws on duplicate email — the funnel decides UX from the status.

post/v1/acquisition/sessions/{id}/capture-email

Path parameters

idstring required

Request body

emailstring required

Response

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

Changes

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