cURL
curl --request GET \ --url http://sandbox.mintlify.com/catalog/sales-channels \ --header 'Authorization: Bearer <token>'
[ { "id": "872981cb-d498-44de-967e-e7a170e0b416", "name": "Landing Page", "metadata": {}, "createdAt": "2024-05-19T13:58:03.418Z", "updatedAt": "2024-05-20T10:12:45.123Z", "externalCode": "700031450" } ]
Returns a list of sales channels with the most recently created sales channels appearing first
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sales channel name
Page number
Page size
Sales channel response
"872981cb-d498-44de-967e-e7a170e0b416"
"Landing Page"
{}
"2024-05-19T13:58:03.418Z"
"2024-05-20T10:12:45.123Z"
"700031450"