Logo
/
GitHub
/
  • Welcome
  • Terminology
    • Webhooks
    • Custom emails
    • Anti-spam
    • Lancero Portal
    • Lancero Widgets
    • Introduction
      • Claims
      • Codes
      • Leads
      • Webhooks
    • Introduction
      • Claims
      • Codes
      • Leads
      • Webhooks
  • Welcome
  • Terminology
    • Webhooks
    • Custom emails
    • Anti-spam
    • Lancero Portal
    • Lancero Widgets
    • Introduction
      • Claims
        • #lancero.claims.exchange()
      • Codes
      • Leads
      • Webhooks
    • Introduction
      • Claims
      • Codes
      • Leads
      • Webhooks

Node.js Claims

lancero.claims.exchange()#

Method used to exchange a Lancero claim token for the lead and code

Parameters#

  • token: string, the claim token you received from Lancero

Example#

const code = await lancero.claims.exchange("18553c856c0462412672d416");
Introduction
Codes

© Lancero 2022
  • lancero.claims.exchange()
  • Parameters
  • Example