Unlock seamless integration with Reusely's API to connect third-party services such as SellCell efficiently.
Reusely API Integration Guide
Overview
The Reusely API is designed with RESTful principles, making it easy to integrate with your existing systems. Our API:
uses resource-oriented URLs
accepts JSON-encoded request bodies and responses
employs Standard HTTP methods, response codes, and authentication techniques
Note
Public API is exclusively for Pro Plan only. However, you can try it during Free Trial.
Types of APIs Available
Public API – Provides general access to data and services.
Marketplace API – Integrates with Reusely’s data partners for additional insights and functionalities.
Key difference: The Marketplace API includes external data from Reusely’s partners for a broader range of information.
General API Information
Base URL:
https://api.reusely.com/api/v2/publicContent Type:
application/json(All requests should be made with this Content-Type)Response Format: JSON
Authentication & Access
To access the Reusely API, you must include authentication headers in your requests:
API Key Authentication
Include your API key in the
x-api-keyheader.Specify your Tenant ID in the
x-tenant-idheader.
Special Access Keys
x-secret-key→ Required for endpoints such as Inventory, Product, and Abandoned.x-marketplace-key→ Required for accessing the Marketplace API.
🚨 Important:
Keep your Secret Key confidential. Do not share it in publicly accessible areas such as GitHub or client-side code.
Managing API Access
Regenerating API Keys
You can regenerate your API key from the Add-on menu in the Reusely App.
Public API Access
Accessing the Public API requires an active subscription.
Visit Reusely Pricing to ensure your plan includes Public API support.
Subscription Status & API Access
If your subscription lapses, API access will be denied (HTTP 401).
How to Get Your API Key & Tenant ID
To obtain your Reusely API Key, follow these steps:
Log in to your Reusely account.
Navigate to Add-on Settings.
Select Public API → API Credentials.
Copy and paste the required key based on your integration needs.
If you need further assistance, contact the Reusely Administrator.
Note
The checkout mail-in API has a rate limit of 5 requests per hour for each email.
