---
title: "Get the features of a Site"
method: GET
path: "/shop/sites/{siteId}/features"
tags: ["Sites"]
---

# Get the features of a Site

`GET /shop/sites/{siteId}/features`

Use this endpoint to retrieve the features of an existing `Site`.

## Response `200`

The `Site` features were successfully retrieved

- object
  - `data` SiteFeatures, required
    - `support_wearable_payments` boolean, required — Whether the site supports wearable payments
    - `support_terminal_initiated_payments` boolean, required — Whether the site supports terminal initiated payments
    - `terminal_payment_retail_product_id` string, object-id, nullable, required — The ID of the retail product which a terminal payment can be taken for

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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