Skip to main content

Reusely's Public API

Written by Sayed Ahmed


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.


General API Information


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.

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:

  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?