List Channels

Why List Channels?

If you would like to view all existing channels for your network, the Inventory Management API enables you to return a list of all channels via the List Channels API endpoint. When making a call to this endpoint, you will receive a list of all channels currently in the network.

If you would like to use the Explorer, please use your assigned API key.

API Syntax

When using the List Channels API endpoint it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/channel

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • channel - the API endpoint being called.
Language
Authorization
Header