Developer API

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

1

Get API Keys

Sign up and generate your API credentials from the dashboard

2

Make Your First Call

Use our SDKs or make direct REST API calls

3

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

GET
/api/v1/products
GET
/api/v1/products/:id
POST
/api/v1/products
PUT
/api/v1/products/:id
DELETE
/api/v1/products/:id

Orders

GET
/api/v1/orders
GET
/api/v1/orders/:id
POST
/api/v1/orders
PUT
/api/v1/orders/:id/status

Vendors

GET
/api/v1/vendors
GET
/api/v1/vendors/:id
GET
/api/v1/vendors/:id/products

Payments

POST
/api/v1/checkout
GET
/api/v1/payments/:id
POST
/api/v1/refunds

Authentication

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_xxx

OAuth 2.0

Use OAuth 2.0 for user-authorized access. Perfect for third-party integrations.

Authorization: Bearer oauth_token

Ready to Start Building?

Get your API keys and start integrating with Dealio today.

    API Documentation - Dealio