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
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | Unique identifier for the organization. |
| id* | string | path | Unique identifier for the product. |
Responses
200
401
403
404
429
500