GET
curl --request GET \
  --url https://api.aasaan.shop/api/v1/stores/ \
  --header 'x-api-key: <api-key>'
{
  "id": "623d3455ec3c4b3548eb4a322",
  "accountName": "AB Grocery",
  "storeId": "head_shoulders",
  "businessCategory": "grocery",
  "country": "IN",
  "currency": "INR",
  "active": "true",
  "image": {
    "url": "https://images.aasaan.app/123412421"
  },
  "date_created": "2022-03-25T03:17:44.092Z",
  "date_modified": "2022-06-10T07:51:12.510Z"
}

Authorizations

x-api-key
string
header
required

Response

200
application/json
Store Retrieved.
id
string

Unique identifier for the resource

Example:

"623d3455ec3c4b3548eb4a322"

accountName
string

Name of the store

Example:

"AB Grocery"

storeId
string

Unique id of the store

Example:

"head_shoulders"

businessCategory
string

Business category of the store

Example:

"grocery"

country
string

Country code of the store

Example:

"IN"

currency
string

Currency code of the store

Example:

"INR"

active
boolean

Indicates whether the account is active

Example:

"true"

image
object

Store logo image

date_created
string

Created date

Example:

"2022-03-25T03:17:44.092Z"

date_modified
string

Modified date

Example:

"2022-06-10T07:51:12.510Z"