RLBmods Reseller API documentation
  1. Inventory & Products
RLBmods Reseller API documentation
  • Overview
    • Info
  • Account Management
    • Get Wallet Balance
      GET
    • Get My Discount Level
      GET
  • Inventory & Products
    • List All Available Products
      GET
    • Get All Purchased Keys
      GET
    • Filter Keys by Product
      GET
  • Licensing Actions
    • Purchase New License Keys
      GET
    • Reset HWID for a Key
      GET
  • Schemas
    • StandardError
    • ProductList
  1. Inventory & Products

List All Available Products

GET
https://panel.rlbmods.com/api/rp/index.php

Request

Authorization
API Key
Add parameter in query
reseller_token
Example:
reseller_token: ********************
or
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://panel.rlbmods.com/api/rp/index.php?type=fetchallproducts&reseller_token=<api-key>'

Responses

🟢200
application/json
Success
Body

Example
{
    "products": [
        "Temp Spoofer",
        "Fortnite",
        "Apex Legends",
        "B07",
        "Rust",
        "Fortnite Internal",
        "R6",
        "Valorant",
        "B07 Bot Lobby Tool"
    ]
}
Modified at 2026-02-09 00:19:40
Previous
Get My Discount Level
Next
Get All Purchased Keys
Built with