List all products
Returns a list of products which are associated with the organization through its licenses.
GET/v3/organizations/{organizationId}/products
JWT
organization:product:read
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | Unique identifier for the organization. |
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
Responses
200
401
403
404
429
500