Integration Guide
POST
$https://localhost:3000/tenants/main
It is called when a customer places an order, and it triggers the sending of an email with a link to claim the respective NFT. The endpoint requires the following payload parameters:
Request Body
Name
Type
Description
userEmail*
String
The email address of the user who is interacting with order placement.
clientEmail*
String
The email address associated with the client's account on our platform.
apiKey*
String
An authentication key provided to the client for accessing our API securely.
serialId*
String
A unique identifier or serial number associated with product being placed.
Last updated