---
title: "View product free field"
method: GET
path: "/api/v1/productsFreeFields/{id}"
tags: ["Product Free Field"]
---

# View product free field

`GET /api/v1/productsFreeFields/{id}`

Returns details of a single product free field from company settings

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object
    - `id` string, required — Resource identifier.
    - `name` string, nullable, required — Name of the product free field

## Other responses

- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

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