Acquisition Leads

Link the lead to a registered user

Called after the funnel graduates the anonymous Firebase account into a real registration. Mirrors isCustomer from the canonical subscriptions table.

post/v1/acquisition/leads/{id}/link-user

Path parameters

idstring required

Request body

firebaseUidstring required

Firebase UID of the now-registered user. Used to look up the matching row in the users table.

appUserIdstring

Pre-resolved users.id to short-circuit the Firebase lookup. Optional.

Response

idstring required
firebaseUidstring nullable
emailstring nullable
linkedAppUserIdstring nullable
isCustomerboolean required
firstSeenAtstring date-time required
lastSeenAtstring date-time required
createdAtstring date-time required
updatedAtstring date-time required

Changes

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