---
title: "Retrieve the module and add-on details of specific bundles"
method: POST
path: "/v1/subscriptions/bundleInfo"
tags: ["subscriptions"]
---

# Retrieve the module and add-on details of specific bundles

`POST /v1/subscriptions/bundleInfo`

Retrieve the details of modules and add-ons included in specific bundles offered by Coro. These details can be used to update your subscription with the PUT request to the /subscription endpoint. Modifying your subscription alters your billing amount.

## Headers

- `Workspace` string

## Request body

- BundleRequestBody
  - `bundles` string[]

## Response `200`

Success

- SubscriptionRequestResponse
  - `modules` SubscriptionModules
    - `cloudSecurity` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `endpointSecurity` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `emailSecurity` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `userDataGovernance` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `endpointDataGovernance` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `edr` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `network` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `securedWebGateway` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `mdm` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `securityAwareness` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
    - `backupAndRestore` SecurityModuleDto
      - `enabled` boolean
      - `addons` AddonDto[]
        - `name` 'inboundGateway' | 'wifiPhishing' | 'securedMessages' | 'mdr' | 'socCloudSecurity' | 'socEndpointSecurity' | 'socEmailSecurity' | 'socUserDataGovernance' | 'socEndpointDataGovernance' | 'socNetwork' | 'zeroTrustNetworkAccess' | 'outboundGateway'
        - `enabled` boolean
  - `bundles` string[]

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.net/coro/apis/coro-cybersecurity-public-api.md) · [All operations](https://skmtc.net/coro/apis/coro-cybersecurity-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coro/coro-cybersecurity-public-api/revisions/b635522b2393/schema)
