Plugin API
HomeGitHub
  • Welcome
  • Rate Limits
  • Authentication
  • Error Handling
  • Official Plugins
  • RPC
  • Endpoints
    • Information
    • Command Queue
    • Listing
    • Packages
    • Community Goals
    • Payments
    • Checkout
    • Gift Cards
    • Coupons
    • Bans
    • Sales
    • Player Lookup
    • Customer Purchases
Powered by GitBook
On this page
  • Get all packages
  • Retrieve a package
  • Update a package

Was this helpful?

  1. Endpoints

Packages

PreviousListingNextCommunity Goals

Last updated 7 months ago

Was this helpful?

Get all packages

GET https://plugin.tebex.io/packages

This endpoint is deprecated so we've removed the associated documentation. If you'd like to display categories or products in game, please use the .

Retrieve a package

GET https://plugin.tebex.io/package/{package}

This endpoint is deprecated so we've removed the associated documentation. If you'd like to display categories or products in game, please use the .

Update a package

PUT https://plugin.tebex.io/package/{package}

Update a package on your webstore.

Path Parameters

Name
Type
Description

package

string

The ID of a package.

Headers

Name
Type
Description

X-Tebex-Secret

string

The secret key of a server.

Request Body

Name
Type
Description

disabled

boolean

If the package is disabled.

name

string

The name of the package.

price

integer

The price of the package.

Headless API
Headless API