Skip to main content
Fire emits this event when a channel’s configuration changes — name, status, authentication type, or base URL. Your system should update its local channel mapping and re-fetch the channel list if it caches it.

Payload

Fields

data

data.channel

data.channel.services[n]

Usage

1

Verify the signature

Validate X-Fire-Signature. See Authentication.
2

Acknowledge immediately

Return 200 OK before processing.
3

Update your channel mapping

Upsert the channel in your local store using channelId as the key. If the channel transitions to INACTIVE, stop routing events or orders to it.