List all products

Returns a list of products which are associated with the currently authenticated user.

GET/v3/me/products
JWT

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

Response

200 OK

idstringrequired
displayNamestringrequired
descriptionstringrequired
releasePlatformsarray of stringrequired
releaseChannelsarray of stringrequired
iconUrlstring
latestReleaseDatestring

Format: date-time