Subscriptions API

Service catalog browsing and assigning a service to a group.

Behavior summary

Subscription routes expose active services and bind one selected service to a group.

Endpoints

Returns all active SubscriptionService entries.

Success

  • Status: 200
  • Array fields commonly include:
    • id, name, provider
    • monthlyPriceCents, currency
    • maxUsers, category, isActive

Notes

  • The current release models one selected service per group.
  • GroupSubscription.groupId uniqueness enforces that invariant.