Packages

Get all packages

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

Retrieve a package

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

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

Was this helpful?