Alokai

GetChannelParams

Necessary parameters to create a channel.

interface GetChannelParams extends Pick<RequestVariables, "channel"> {
	include?: "currencies";
}

Properties

NameRequiredTypeDescription
includeOptional"currencies"Channels subresources that can be included in the response.

On this page