Channel
A channel is used to tag the source of subscriptions. These channels can be used to filter the data.
channel_identifierstring
The identifier of the channel. The identifier should be unique and respect the following format ^[a-z0-9-]+$.
Possible values: <= 30 characters
Example:
physical-storenamestring
The name of the channel
Possible values: <= 50 characters
Example:
Physical Storecreated_atdatetime
Creation date of the channel
Channel
{
"channel_identifier": "physical-store",
"name": "Physical Store",
"created_at": "string"
}