An authentication token with privileges to read the release channel: either an admin, the product it belongs to, an entitled license (via license key or a license token), or a user with an entitled license. If there are products with an OPEN distribution strategy, no authentication is required to read their associated channels.
linkURL parameters
link
stringrequired
The identifier (UUID) or slug of your Keygen account.
link
stringrequired
The identifier (UUID) of the channel to be retrieved.
linkReturns
A 200 OK response will be returned along with a channel object.
Upon error, an errors object will be returned along with an
HTTP status code indicating the type of error. When an error occurs, the
data property will not be included.
Returns a list of channels. The channels are returned sorted by creation date,
with the most recent channels appearing first.
linkRequired permissions
channel.read
linkAuthentication
linkBearer
optional
An authentication token with privileges to read the channels: either an admin, the product the releases belong to, an entitled license (via license key or a license token), or a user with an entitled license. If there are products with an OPEN distribution strategy, no authentication is required to read their associated channels.
linkURL parameters
link
stringrequired
The identifier (UUID) or slug of your Keygen account.
linkQuery parameters
linklimit
integerdefault=10
A limit on the number of channels to be returned. Limit must be a number between 1 and 100.
/v1/accounts//channels?limit=25
linkpage
object
Object containing page size and page number. Page size must be a number between 1 and 100.
A 200 OK response will be returned along with a list of channel objects.
Upon error, an errors object will be returned along with an
HTTP status code indicating the type of error. When an error occurs, the
data property will not be included.