The Suggested API Flow walks you through the recommended sequence of API calls for a complete Admoji integration — from capturing partials on the landing page through checkout and upsells.
The flow covers these key integration points:
Authentication: Retrieve your API key from Settings > Account Settings > API Keys and include it in every request header.
Add Customer: Call the Add Customer endpoint on your landing page to capture partials or full customer records with the correct Campaign ID.
Add Order: Use the Add Order endpoint at checkout and for upsells, passing the product IDs, payment details, and the Customer ID returned in the previous step.
View the full Suggested API Flow →
Important: Always review and test the suggested API flow
before full implementation to ensure it matches your specific campaign
requirements and technical environment.