List all products
Returns a list of products which are associated with the currently authenticated user.
GET/v3/me/products
JWT
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| 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
429
500