---
title: "Get the shop's default Target Collab support contact"
method: GET
path: "/target-collabs/support-contact-default"
tags: ["Target Collabs"]
---

# Get the shop's default Target Collab support contact

`GET /target-collabs/support-contact-default`

Read the shop-level default `support_contact` used as a fallback when a TC create request omits `support_contact` (CORE-5428).

Returns `configured: false` (with null fields) when no default is set — in that state TC creates still require a per-request `support_contact`. Requires a single shop (`x-shop-id`).

## Response `200`

Successful Response

- ShopSupportContactDefaultResponse — Shop-level default TC support contact (CORE-5428). Returned by GET and PUT /public/v1/target-collabs/support-contact-default. `configured` is False (and email/phone/updated_at are null) when the shop has no default set — in that state the TC create surfaces still require a per-request `support_contact`.
  - `shop_id` integer, required — Shop the default applies to.
  - `configured` boolean, required — True when a default is stored for this shop. When False, TC create requests must supply `support_contact` per request.
  - `email` string, nullable — Default contact email, or null when not configured.
  - `phone` string, nullable — Default contact phone, or null when unset/not configured.
  - `updated_at` string, nullable — ISO-8601 timestamp of the last update, or null when not configured.

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/d4fe3e380424/schema)
