Build With Fiddle
Everything you need to integrate Fiddle into your applications. Explore our APIs, download SDKs, and access comprehensive documentation.
https://api.fiddle.io/api/v2Client Libraries
Use our official SDKs for a smoother integration experience with built-in authentication, retry logic, and typed responses.
Start Building in Minutes
Our SDKs handle authentication, pagination, and error handling out of the box. Focus on building your application, not wrestling with API details.
- Type-safe clients for all major languages
- Built-in retry logic and rate limiting
- Comprehensive error handling
- Real-time webhook support
import Fiddle from '@fiddle/sdk';
const fiddle = new Fiddle({
apiKey: process.env.FIDDLE_API_KEY,
});
// List inventory items
const items = await fiddle.inventory.list({
limit: 20,
category: 'electronics',
});
console.log(`Found ${items.length} items`);Developer Resources
Everything you need to build powerful integrations with Fiddle.
API Reference
Complete REST API documentation with interactive examples and code snippets.
Getting Started Guide
Quick start guide to integrate Fiddle into your application.
Webhooks
Real-time event notifications for inventory changes, orders, and more.
Authentication
Learn about API keys, OAuth 2.0, and secure authentication methods.
CLI Tool
Command-line interface for managing inventory and automating tasks.
Integrations
Pre-built integrations with popular e-commerce and accounting platforms.
Quick Links
Helpful resources to get you up and running quickly.
API Status
Need Help Getting Started?
Our developer support team is here to help you build great integrations. Reach out with questions or join our developer community.