...
Code Block |
---|
https://api.leadliaison.com/v1.0/badge-scan.json?token={token}&barcodeId={badgeID} |
The majority of clients will use the Production environment by default. However, if Captello has provided specific instructions to use the Europe environment, please use the endpoint below accordingly.
https://eu-api.leadliaison.com/v1.0/badge-scan.json?token={token}&barcodeId={badgeID}
Europe:
Code Block |
---|
https://eu-api.leadliaison.com/v1.0/badge-scan.json?token={token}&barcodeId={badgeID} |
...