Hi,
I’m building a custom booking interface using your JSON-RPC and REST API v2. The gift card endpoints (/admin/promotions/gift-cards and /admin/promotions/issue-gift-card) have been excellent and allowed us to fully automate gift card purchases.
We’d love the same level of API support for Packages. Currently there are no endpoints to:
- List available packages (GET)
- Get a client’s active package instances with remaining credits (GET)
- Purchase/assign a package instance to a client (POST)
- Book using a package credit (passing a package instance ID in the book() method)
The PackageInstanceEntity and PackageEntity are already documented in the REST API docs, so the data models exist — it’s just the endpoints that are missing.
This would allow developers building custom booking interfaces to offer the full package experience without falling back to the native widget. Right now, package management is the only feature we can’t automate.
Would be a great addition to the API. Thanks!