Retrieve the module and add-on details of specific bundles

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.

SecurityJWT
Request
header Parameters
Workspace
string

The workspace identifier, which isolates API requests inside the provided workspace scope.

Example: corodevonmicrosoftcom_TX7T_u
Request Body schema: application/json
bundles
Array of strings unique
Items Enum: "ENDPOINT_PROTECTION" "MANAGED_ENDPOINT_PROTECTION" "EMAIL_PROTECTION" "MANAGED_EMAIL_PROTECTION" "SASE" "MANAGED_SASE" "CORO_ESSENTIALS" "MANAGED_CORO_ESSENTIALS" "CORO_CLASSIC" "MANAGED_CORO_CLASSIC" "CORO_COMPLETE" "MANAGED_CORO_COMPLETE"
Responses
200

Success

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

post/v1/subscriptions/bundleInfo
Request samples
application/json
{
  • "bundles": [
    ]
}
Response samples
application/json
{
  • "modules": {
    },
  • "bundles": [
    ]
}