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-storechannel_namestring
The name of the channel
Possible values: <= 50 characters
Example:
Physical Storecreated_atdate-time
Creation date of the channel
Example:
2025-02-14T15:19:21ZChannel
{
"channel_identifier": "physical-store",
"channel_name": "Physical Store",
"created_at": "2025-02-14T15:19:21Z"
}