Retrieve a product

Retrieves a single product. The product is identified by the id path parameter.

SecurityZephrHmacHttp
Request
path Parameters
id
required
string

Unique Product identifier.

Responses
200

OK. Returns the product details.

401

Unauthorized. Returned if no valid authentication was provided.

404

Not Found. The product does not exist.

get/v3/products/{id}
Response samples
application/json
{
  • "tenantId": "company",
  • "subTenantId": "company|demo",
  • "id": "gold",
  • "label": "Gold Subscription",
  • "description": "The most premium subscription.",
  • "entitlement": {
    },
  • "mapping": {
    },
  • "sharingLimit": 5
}