Retrieve a product

Retrieves a product which is associated with the organization through its licenses.

GET/v3/organizations/{organizationId}/products/{id}
JWT
organization:product:read

Parameters

NameTypeInDescription
organizationId*stringpathUnique identifier for the organization.
id*stringpathUnique identifier for the product.

Responses

200 OK
{
  "id": "string",
  "displayName": "string",
  "iconUrl": "string",
  "description": "string",
  "releasePlatforms": [
    "string"
  ],
  "releaseChannels": [
    "string"
  ]
}