cURL
curl --request GET \ --url http://sandbox.mintlify.com/catalog/sales-channels/{id} \ --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" }
Retrieves the details of an existing sales channel.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of sales channel - Unique identifier for the object
Sales channel response
"872981cb-d498-44de-967e-e7a170e0b416"
"Landing Page"
{}
"2024-05-19T13:58:03.418Z"
"2024-05-20T10:12:45.123Z"
"700031450"