Claims

POST /claims/exchange

This route is used to exchange your Lancero token for lead and code data. Everytime someone claims a code using the no-code Lancero Portal we send them to the redirect URL you specified in your project settings and append the lancero_token query parameter. This token is valid for 60 seconds (this can not be extended) and can be exchanged for the data of both lead and code using your secret key.

Request body

  • token: The token you receive from Lancero
{
"token": "18553c856c0462412672d416"
}