API Documentation

Integrate Modus data into your applications with our RESTful API.

Real-time Data

Access live pricing and availability data across all merchants.

Secure Authentication

OAuth 2.0 and API key authentication for secure access.

JSON Responses

Clean, well-documented JSON responses with consistent schemas.

Getting Started

Authentication

All API requests require authentication using an API key. Include your key in the request header:

Authorization: Bearer YOUR_API_KEY

Base URL

All API endpoints are relative to:

https://api.modus.eu/v1

Endpoints

GET/api/v1/products
GET/api/v1/products/:id
GET/api/v1/products/search
GET/api/v1/categories
GET/api/v1/merchants
POST/api/v1/merchants/products

Example Request

curl -X GET "https://api.modus.eu/v1/products?category=electronics&limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Ready to Integrate?

Request API access to start building with Modus data. Available for Pro and Enterprise merchants.