List Products

List Products

List of all the products that are available for purchase.

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/subscriptions/products
COPY
Path Parameters
string
org
Required

Organization identifier


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns Array of SubscriptionProducts of type(s) application/json
[
    {
        "product": "string",
        "types": [
            "string"
        ]
    }
]

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal server error

Operation doesn't return any data structure