Retrieve a product

Retrieves a product.

Request
path Parameters
id
required
string

Unique Product identifier

Responses
200

OK

get/v3/products/{id}
Response samples
application/json
{
  • "id": "one",
  • "label": "One month access",
  • "description": "One month access",
  • "entitlement": {
    },
  • "mapping": {
    },
  • "sharingLimit": 0
}