---
title: "Get All Custom Fields"
method: GET
path: "/accounts/{id}/custom-fields"
tags: ["Accounts"]
---

# Get All Custom Fields

`GET /accounts/{id}/custom-fields`

## Path parameters

- `id` string, required

## Response `200`

Custom Fields Array

- object[]
  - `fieldId` string
  - `displayName` string
  - `isPublic` boolean
  - `key` string
  - `object` 'listing' | 'reservation'
  - `options` string[]
  - `type` 'user' | 'boolean' | 'enum' | 'longtext' | 'date' | 'text' | 'time' | 'contact' | 'number'

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
