Prerequisites
- An API key (contact [email protected] to request one)
- A tool to make HTTP requests (cURL, Postman, or your preferred language)
Your First API Call
Upload a customer record to get started:Available Endpoints
Once you’re uploading successfully, explore the full set of endpoints:Best Practices
Send up to 5,000 records per request for the best throughput. Before uploading at scale, check your payload against the data models to catch schema errors early. Always check the response status on each request and retry with exponential backoff on429 or 5xx responses.
Next Steps
- Read the Authentication guide for API key security and error codes
- Browse the Data Models to see required and optional fields for each record type
- Check out the Recommendations API to surface personalised offers for your users