Packages
Manage all packages on your application
Last updated
Was this helpful?
Manage all packages on your application
Last updated
Was this helpful?
Was this helpful?
GET
https://wemx.app/api/v1/packages
Returns all packages made on your application
{
"status": true,
"current_page": 1,
"data": [
{
"id": 22,
"order": 0
https://wemx.app/api/v1/packages?include=category,prices
category
, prices
, features
, orders
, emails
, webhooks
https://wemx.app/api/v1/packages?filter[service]=pterodactyl
id
, category_id
, name
, description
, service
, status
, global_quantity
, client_quantity
, require_domain
, allow_notes
, data
, created_at
Tip: To filter JSON columns such as gateway, data and options, you can specify the key using
?filter[data->hestia_package]=1
https://wemx.app/api/v1/packages?sort[created_at]=asc
id
, name
, service
, status
, global_quantity
, client_quantity
, require_domain
, allow_notes
, allow_coupons
, created_at
, order
asc
, desc
, random
https://wemx.app/api/v1/packages?date=30days
today
Get packages created today
yesterday
Get packages created yesterday
3days
, 7days
, 14days
, 30days
, 90days
Get packages created last x days
YYYY-MM-DD,YYY-MM-DD
Get packages created between a range of dates