List all release channels

Returns a list of release channels. The release channels are returned sorted by creation date in ascending order.

GET/v3/me/release-channels
JWT

Parameters

NameTypeInDescription
pageintegerqueryThe page number.
limitintegerqueryThe number of records per page. Must be a number between 1 and 100.
sortstringqueryThe sort string to sort the returned records e.g. "-createdAt"
productIdstringqueryUnique identifier for the product.

Responses

200 OK
[
  {
    "id": "string",
    "displayName": "string"
  }
]