v1

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

The channel list for one country

get/v2/public/channels/{countryIsoCode}

Path parameters

countryIsoCodestring required

The country iso code alpha 3 based on this: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Decoding_table
To know which country are available you have to use the operation: GetChannelsByCountry

Headers

Accept-Encodingstring[] required

Allows the client to indicate whether it accepts a compressed encoding to reduce traffic size.

If-None-Matchstring

ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3

Response

The channel list for one country

Example response

{
  "links": {
    "self": {
      "href": "/v2/public/channels/FRA",
      "method": "GET"
    }
  },
  "channels": [
    {
      "name": "Amazon Direct FRA",
      "homeUrl": "http://www.amazon.fr",
      "logoUrl": "http://beezupcdn.blob.core.windows.net/comparators/Amazon%2520Direct%2520FRA.png",
      "types": [
        "Marketplace"
      ],
      "sectors": [
        "BRICOLAGE",
        "INFO",
        "GENERALIST"
      ]
    }
  ]
}