---
title: "Get information about the shop"
method: GET
path: "/api/v1/settings/shop_information"
tags: ["ShopInformation"]
---

# Get information about the shop

`GET /api/v1/settings/shop_information`

This endpoint requires both the `profile` and `openid` scopes.

## Response `200`

The shop information

- TempestResponseShopInformation
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` ShopInformation
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `address1` string, nullable
    - `address2` string, nullable
    - `town` string, nullable
    - `county` string, nullable
    - `country` string, nullable
    - `postcode` string, nullable
    - `shop_name` string, nullable
    - `email` string, nullable
    - `telephone` string, nullable
    - `fax` string, nullable
    - `company` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Shop information not found

---

[API](https://skmtc.dev/ekm/apis/ekm-partner-api.md) · [All operations](https://skmtc.dev/ekm/apis/ekm-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ekm/ekm-partner-api/revisions/853bef073bb3/schema)
