Packages
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 Headless API.
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 Headless API.
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.
Last updated