Acquisition Leads
Check whether the current user may unlock the full content catalog
Authenticated endpoint. The Firebase UID and email are taken from the verified auth token — the app never passes them. Returns hasAccess: true when that UID — or, as a fallback, that email — belongs to a lead that came through a web acquisition funnel. The app uses this to decide whether to show the explicitContent toggle. The email fallback keeps access tied to a user who deleted and recreated their account with the same email. Works for both anonymous and registered Firebase users (anonymous users simply have no email, so only the UID is matched). The result is cached server-side.
get/v1/acquisition/leads/content-access
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.