Skip to main content

Reusely's Public API

Sayed Ahmed avatar
Written by Sayed Ahmed
Updated over 3 weeks ago


Unlock seamless integration with Reusely's API to connect third-party services such as SellCell efficiently.

Screenshot of a web page displaying blurred text for various keys: Secret Key, Tenant ID, Public API Key, and Marketplace Key, each in colored boxes. A Generate New API Key button is at the bottom.

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

  1. Public API – Provides general access to data and services.

  2. 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/public

  • Content 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-key header.

  • Specify your Tenant ID in the x-tenant-id header.

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:

  1. Log in to your Reusely account.

  2. Navigate to Add-on Settings.

  3. Select Public API → API Credentials.

  4. 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.

Did this answer your question?