# Get user subscriptions Returns a list of active and historical subscriptions associated with the authenticated user account. Endpoint: GET /account/subscriptions Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `id` (string) Example: "AzyzaQV4rbNdSXKQ" - `category` (string) Example: "simulcast" - `startTime` (string) - `endTime` (string) - `updatedAt` (string) - `plan` (object) - `plan.name` (string) Example: "Editors Plan" - `plan.description` (string) Example: "Best for broadcasters and media teams" - `plan.cost` (number) Example: 39 - `plan.planDuration` (integer) Example: 30 - `plan.isPublic` (boolean) Example: true - `plan.features` (array) - `plan.features.key` (string) Example: "destinations" - `plan.features.value` (any) - `plan.grants` (object) ## Response 401 fields