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
Types of APIs Available
Public API – Provides general access to data and services.
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.
Special Access Keys
x-secret-key→ Required for endpoints such as Inventory, Product, and Abandoned.
🚨 Important
Keep your Secret Key confidential. Do not share it in publicly accessible areas such as GitHub or client-side code.
Note
Now, the x-tenant-id shows only on the Widget.
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.
