UserLoop SDK
UserLoop SDK Integration Guide The UserLoop SDK lets you embed survey and quiz experiences anywhere on your website so you can capture feedback and transactional context right alongside customer journeys. This guide walks through the core integration steps, explains how to pass customer and order data, and highlights advanced capabilities for production deployments. Quick Start Copy-Paste Embed (easiest way) Drop the snippet below anywhere you want the survey to appear. Replace YOURFew readersUserLoop API
UserLoop API Documentation Welcome to the UserLoop API documentation! This guide will walk you through how to make requests to the UserLoop API to retrieve customer responses for a specific survey. Authentication To authenticate your request, you need to include an API key in the request headers: x-api-key: YOURAPIKEY Replace YOURAPIKEY with your actual UserLoop API key, which you can generate on your account settings page. Getting Customer Responses To retrieve cuFew readers