---
title: "Get a contact's stores"
method: GET
path: "/data/contacts/{id}/stores"
tags: ["Contact"]
---

# Get a contact's stores

`GET /data/contacts/{id}/stores`

Get a contact's stores formatted as a list.

## Path parameters

- `id` string, required

## Query parameters

- `per_page` integer
- `page_number` integer
- `fields` object[]
  - `key` 'external_id' | 'name' | 'online' | 'store_type' | 'manager' — search fields, in contacts
  - `operator` 'is' | 'after' | 'before' | 'contains' | 'ends' | 'equal' | 'greater' | 'isnot' | 'lower' | 'notequal' | 'starts' — operator for search operators are limited by the type of value expected
  - `value` string

## Response `200`

Get Stores List.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.
- `404` — Contact not found.

---

[API](https://skmtc.net/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.net/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
