Channel
Get all channels.
Channel
Get all channels.
Get all channels.
GET
/
channels
curl --request GET \
--url https://api.aasaan.shop/api/v1/stores/channels \
--header 'x-api-key: <api-key>'
{
"id": "623d3455ec3c4b3548eb4a349",
"default": true,
"active": true,
"name": "US",
"currency": "USD",
"country": "US",
"slug": "us",
"currencySymbol": "$",
"date_created": "2022-03-25T03:17:44.092Z"
}
Authorizations
Response
201
application/json
A list of all channels.
The response is of type object
.
curl --request GET \
--url https://api.aasaan.shop/api/v1/stores/channels \
--header 'x-api-key: <api-key>'
{
"id": "623d3455ec3c4b3548eb4a349",
"default": true,
"active": true,
"name": "US",
"currency": "USD",
"country": "US",
"slug": "us",
"currencySymbol": "$",
"date_created": "2022-03-25T03:17:44.092Z"
}