v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channels - Channels Global

Get channel information

get/v2/user/channels/{channelId}

Path parameters

channelIdstring guid required

The channel identifier

Response

Channel information

channelIdstring guid required

The channel identifier

channelNamestring required

The channel name

channelLogoUrlstring

The URL <a href="https://en.wikipedia.org/wiki/URL">https://en.wikipedia.org/wiki/URL</a>

channelDescriptionstring

Indicae a description to the channel

beezUPOfferstring

Indicate the BeezUP offer

Example response

{
  "channelId": "2dc136a7-0d3d-4cc9-a825-a28a42c53e28",
  "channelName": "Amazon FRA",
  "channelLogoUrl": "http://www.mydomain.com",
  "channelDescription": "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia dolorum, animi voluptatibus maiores, assumenda maxime illum, labore quae quas ducimus laudantium provident veritatis doloremque dignissimos eum. Error magni illum autem.",
  "beezUPOffer": "First month free",
  "salesContact": {
    "name": "Stéphanie Gregis",
    "email": "stephanie.gregis@m6.fr",
    "phoneNumber": "0033 6 08 87 85 45"
  },
  "details": {
    "costs": "CPC variation from 0.10€ to 0.20€",
    "businessModel": "CPC",
    "channelType": "Comparator",
    "trackingType": "Redirect",
    "category": "NULL",
    "homeUrl": "http://www.achetezfacile.com",
    "subscriptionLink": "By Email at : stephanie.gregis@m6.fr\n"
  },
  "keyNumbers": {
    "products": "1M",
    "categories": "NC",
    "stores": "3000",
    "viewsPerMonth": "3M"
  },
  "technicalContact": {
    "name": "Pierre Guédon",
    "phoneNumber": "NC",
    "email": "pierre.guedon@m6.fr"
  }
}