Norce Checkout
      Nothing Found
    Norce Checkout
    INTRODUCTION
      Overview
      How to access
      Quick start
    START BUILDING
    CORE
      Overview
      ORDER
      CONFIGURATION
        Overview
        API reference
        Configuration
          put
          Set configuration. If the channel does not exist, it will be created.
          get
          Get configuration
          delete
          Delete configuration. If this is the last configuration for a channel, the channel will be deleted.
          get
          Get configurations
          put
          Set configurations. If the channel does not exist, it will be created. Unlike a proper restful PUT of a list, this will only set/replace the configurations provided in the list and leave any other configurations for this merchant and channel unmodified.
          delete
          This endpoint deletes all the configurations for a given channel. This will also delete the channel.
          get
          Get channels
      NOTIFICATION
      TRANSLATION
    ADAPTERS
    ...

Get channels

SecurityBearer
Request
path Parameters
merchant
required
string

Merchant

Responses
200

OK

401

Unauthorized

404

Not Found

get/api/v1/configuration/merchants/{merchant}/channels
Request samples
  • curl
Response samples
  • 200
  • 401
  • 404
application/json
[
  • "string"
]
Copyright © Norce 2024. All right reserved.