Track a Product Qualified Lead event from the client. Silently succeeds for anonymous users (no-op).
cURL
curl --request POST \ --url https://app.dacard.ai/api/pql \ --header 'Content-Type: application/json' \ --cookie __session= \ --data ' { "event": "share_event", "data": {} } '
{ "ok": true }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
share_event
pricing_viewed
ops_report_gated
lifecycle_gated
team_invite_sent
rescore_prompted
Additional event metadata
Event tracked
Was this page helpful?