GET
/
channels
/
{id}
curl --request GET \
  --url https://api.aasaan.shop/api/v1/stores/channels/{id} \
  --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

x-api-key
string
headerrequired

Path Parameters

id
string
required

Channel Id

Response

200 - application/json
id
string

The Channel Object ID.

default
boolean

Default indicator.

active
boolean

Active indicator.

name
string

Name of the channel.

currency
string

Channel currency.

country
string

Channel country.

slug
string

Channel slug which appears in the website url.

currencySymbol
string

Symbol of the channel currency.

date_created
string

Created date