List a store's contacts
Contacts linked to the store, most recently active first. Requires the `contacts:read` scope. Deprecated alias of `/companies` (same fields, same ids). Keeps working until 16 February 2027 — the `Sunset` header — with `Deprecation` and `Link` headers on every response.
Deprecated
Authorization
bearerAuth Workspace API key, e.g. rl_live_….
In: header
Path Parameters
Query Parameters
value <= 200100Response Body
application/json
application/json
curl -X GET "https://example.com/v1/public/stores/string/contacts"{ "data": [ { "id": "c0ffee00-1111-2222-3333-444455556666", "name": "Ada Lovelace", "email": "[email protected]", "phoneNumber": null, "shopName": "acme.myshopify.com", "avatarUrl": null, "identifier": "cust_8821", "company": { "id": "a3b1c2d3-4444-5555-6666-777788889999", "name": "Acme" }, "companyId": "a3b1c2d3-4444-5555-6666-777788889999", "storeId": "a3b1c2d3-4444-5555-6666-777788889999", "customAttributes": { "plan": "pro", "lifetimeValue": 4200 }, "createdAt": "2026-06-24T08:00:00.000Z", "updatedAt": "2026-06-25T09:30:00.000Z", "lastActivityAt": "2026-06-25T10:12:00.000Z" } ]}{ "error": "string"}Get a store GET
Fetches a store, including how many contacts link to it. Requires the `contacts:read` scope. Deprecated alias of `/companies` (same fields, same ids). Keeps working until 16 February 2027 — the `Sunset` header — with `Deprecation` and `Link` headers on every response.
List stores GET
Lists the workspace's stores, newest first. Requires the `contacts:read` scope. Deprecated alias of `/companies` (same fields, same ids). Keeps working until 16 February 2027 — the `Sunset` header — with `Deprecation` and `Link` headers on every response.