Quickstart Guide
This guide will help you make your first API call to the Cobi Data Ingestion API.Prerequisites
- An API key from the Cobi team
- Basic knowledge of REST APIs
- A tool to make HTTP requests (like cURL, Postman, or your favorite programming language)
Making Your First API Call
Let’s upload some customer data to get started:Example Response
A successful response will look like this:Uploading Different Data Types
The Cobi API supports three types of data:1. Customer Data
2. Transaction Data
3. Offer Data
Best Practices
- Batch Size: Upload up to 5000 records at a time for optimal performance
- Error Handling: Check the response status and handle errors appropriately
- Data Validation: Ensure your data matches the required schema before uploading
- Rate Limiting: Be mindful of API rate limits and implement appropriate backoff strategies
Next Steps
- Review the API Reference for detailed endpoint documentation
- Check out the Data Models to understand the required fields
- Learn about Authentication for secure API access