listProducts

If a list of products that are available for sale is maintained, this API call returns the list of products. If such a list is not maintained, then a 501 Not Implemented status code will be returned.

SecurityhttpBasic or oauth2
Request
query Parameters
channelName
string

The name of the channel to retrieve products for. If set only products matching this channel name will be returned. If not set, all products will be returned.

Responses
200

OK

400

Bad request

404

Not found

500

Internal server error

501

Not implemented

503

Service unavailable

504

Gateway timeout

get/products
Request samples
Response samples
application/json
[
  • {
    }
]
Copyright © Electrum Payments (Pty) Ltd. 2019-2022. All right reserved.