Enterprise API
Programmatic access to Requip Market for Enterprise plan subscribers. Manage listings, read inquiries on your equipment, and browse the manuals library from your own systems.
Quick start
- Upgrade to the Enterprise plan.
- Generate an API key under Account Settings.
- Pass the key in the
X-API-Keyheader on every request. - Base URL:
https://requipmarket.com/api/v1
Authentication
Every request must include your API key:
curl -H "X-API-Key: rm_your_key_here" \
https://requipmarket.com/api/v1/listings
Keys are tied to your account. Revoke and regenerate anytime from Settings. Suspended accounts receive HTTP 403.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /listings | Search approved listings (paginated) |
| GET | /listings/{public_id} | Get one listing |
| POST | /listings | Create a listing (pending moderation) |
| PUT | /listings/{public_id} | Update your listing |
| DELETE | /listings/{public_id} | Soft-delete your listing |
| GET | /inquiries | Inquiries on your listings |
| GET | /manuals | Browse manuals library |
| GET | /manuals/{public_id} | Get one manual record |
Support
Questions about integration, higher rate limits, or webhook notifications? Contact us and mention Enterprise API in your message.