Customer Purchases
List Active Packages For A Customer
GET
https://plugin.tebex.io/player/:id/packages?package=<package>
Return a list of all active (non-expired) packages that a customer has purchased.
Path Parameters
Name
Type
Description
id
string
ID of the player to retrieve packages for.
Query Parameters
Name
Type
Description
package
integer
Filter down to a single package ID, if you want to check if a specific package has been purchased.
Headers
Name
Type
Description
X-Tebex-Secret
string
The secret key of the server.
Last updated