Channels

For any call on this page, you are required to set the merchant using the Merchant Header.

Index

Get a list of channels for the merchant.

GET /channels

Example Response

{
    "channels": [
        {
            "id": 2,
            "team_id": 2,
            "type": "amazon",
            "nickname": "Amazon Store",
            "channel_account_id": "23o-othvv-xkrxh-rlrw",
            "connection_status": "active",
            "countryId": "ATVPDKIKX0DER"
        }
    ]
}