v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Stores

Get a store

Get information about a specific store.

get/stores/{store_id}

Path parameters

store_idstring required

The unique ID of the store in CareCloud.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "store_id": "81eaeea13b8984a169c490a325",
    "store_code": "84a169c490a325",
    "name": "Another good store",
    "store_address": {
      "address1": "Old Town Square",
      "address2": "34",
      "address3": "1a",
      "zip": "11000",
      "city": "Prague 1",
      "country_code": "cz"
    },
    "contact_email": "good.store@crmcarecloud.com",
    "manager_name": "Andrew Black",
    "phone_number": "420523828931",
    "partner_id": "86e05affc7a7abefcd513ab400",
    "system_id": "2375303497",
    "url_address": "www.crmcarecloud.com",
    "opening": [
      {
        "day_id": "MON",
        "time_intervals": [
          {
            "from": "08:00:00",
            "to": "15:30:00"
          }
        ]
      }
    ],
    "visibility_for_customer": 1,
    "short_description": "Another good store for buying beverages",
    "description": "Another good store for buying beverages: beer, wine, juice, soda",
    "registration_id": "81eaeea13b89",
    "last_change": "2023-03-28 16:12:56",
    "state": 1
  }
}