cURL
curl --request GET \ --url https://api.fire.rest/v1/sales-channels
{ "channels": [ { "id": "channel_abc123", "name": "Uber Eats", "type": "uber_eats", "store_id": "store_xyz", "active": true }, { "id": "channel_def456", "name": "Rappi", "type": "rappi", "store_id": "store_xyz", "active": true } ] }
Returns the sales channels configured in Fire. Use channel IDs when injecting orders.
Show channels[n]
channelId
uber_eats
rappi
app
kiosk