Retrieve the subscription of a specific workspace

Retrieve the subscription details of a specific workspace, including the modules and add-ons that are enabled and disabled.

SecurityJWT
Request
header Parameters
Workspace
required
string

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

Example: corodevonmicrosoftcom_TX7T_u
Responses
200

Success

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

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