Skip to main content
A package bundles a number of bookings that a client buys in advance. For fields and response details, see the API reference.

List packages

This command shows packages in your workspace. Use this when you want to review available session packages.
Sample output (--json)

Show a package

This command shows details for one package. Use this when you want to inspect package configuration after finding its ID from packages list.
Required arguments:
  • <id> - Package UUID
Sample output (--json)

List purchases for a package

This command lists purchases for a package. Use this when you want to see who has purchased a specific package.
Required arguments:
  • <package-id> - Package UUID
Sample output (--json)

Show a package purchase

This command shows details for one package purchase. Use this after finding the purchase ID from packages purchases list.
Required arguments:
  • <package-id> - Package UUID
  • <purchase-id> - Purchase UUID
Sample output (--json)