Onboardex
  • 👋Welcome
  • 🚀Getting Started
    • Sign Up to Onboardex
    • Create an API key
    • Secure your API key
    • Using Onboardex dashboard
  • 👩‍💻Developers
    • Architecture
    • Integration Guide
  • 🧙‍♂️Learn About Onboardex
    • Why Use Onboardex?
    • Core Features
  • 📩Submit a help ticket
Powered by GitBook
On this page
  1. Developers

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.

PreviousArchitectureNextLearn About Onboardex

Last updated 1 year ago

👩‍💻