0 in compare View comparison

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

  1. Upgrade to the Enterprise plan.
  2. Generate an API key under Account Settings.
  3. Pass the key in the X-API-Key header on every request.
  4. Base URL: https://requipmarket.com/api/v1

Interactive API docs (Swagger) ReDoc OpenAPI JSON

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/listingsSearch approved listings (paginated)
GET/listings/{public_id}Get one listing
POST/listingsCreate a listing (pending moderation)
PUT/listings/{public_id}Update your listing
DELETE/listings/{public_id}Soft-delete your listing
GET/inquiriesInquiries on your listings
GET/manualsBrowse 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.