Build with theDealio API
Powerful REST APIs to integrate your marketplace with any system. Access products, orders, vendors, and more.
Fast & Reliable
99.9% uptime SLA with response times under 100ms
Secure by Default
OAuth 2.0, API keys, and webhook signatures
Global CDN
Edge-cached endpoints for worldwide performance
Real-time Webhooks
Get instant notifications for all events
Quick Start
Get API Keys
Sign up and generate your API credentials from the dashboard
Make Your First Call
Use our SDKs or make direct REST API calls
Go Live
Switch to production keys and launch your integration
Example Request
Fetch products from your marketplace
curl -X GET "https://api.dealio.com/v1/products" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"API Endpoints
Comprehensive REST APIs for all marketplace operations
Products
/api/v1/products/api/v1/products/:id/api/v1/products/api/v1/products/:id/api/v1/products/:idOrders
/api/v1/orders/api/v1/orders/:id/api/v1/orders/api/v1/orders/:id/statusVendors
/api/v1/vendors/api/v1/vendors/:id/api/v1/vendors/:id/productsPayments
/api/v1/checkout/api/v1/payments/:id/api/v1/refundsAuthentication
Secure your API requests with industry-standard authentication
API Keys
Use API keys for server-to-server communication. Include your key in the Authorization header.
Authorization: Bearer sk_live_xxxOAuth 2.0
Use OAuth 2.0 for user-authorized access. Perfect for third-party integrations.
Authorization: Bearer oauth_tokenReady to Start Building?
Get your API keys and start integrating with Dealio today.