Introduction
Welcome to Drapier API documentation.
Drapier API
Drapier is a premium performance network for luxury fashion. Publishers earn commissions by promoting products from Italist, HEWI London, and Verishop.
What you can do
- Product feeds — Access curated XML, CSV, and JSON product feeds with real-time pricing and commission rates
- Deep links — Generate tracked affiliate links to any product page
- Performance tracking — Monitor clicks, conversions, earnings, and payouts in real time
- Invoices — View and download monthly payout invoices
Base URL
https://api.drapier.io/api/v1For local development:
http://localhost:3003/api/v1API versioning
All endpoints are versioned using URI prefixes. The current version is v1. Version-neutral endpoints (health check, beacon) are available at /api/ without a version prefix.
Rate limits
| Endpoint | Limit |
|---|---|
| General API | 100 requests / minute |
Beacon (POST /api/beacon) | 60 requests / minute |
Contact (POST /api/v1/contact) | 5 requests / minute |
Next steps
- Quick Start — Apply, get your API key, and make your first request
- Authentication — Learn about JWT and API key auth
- API Reference — Full endpoint documentation
- Postman Collection — Import the collection and start testing