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_KEYBase URL
All API endpoints are relative to:
https://api.modus.eu/v1Endpoints
GET
/api/v1/productsGET
/api/v1/products/:idGET
/api/v1/products/searchGET
/api/v1/categoriesGET
/api/v1/merchantsPOST
/api/v1/merchants/productsExample 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.