---
title: "Listar campos personalizados"
method: GET
path: "/v2/custom-fields"
tags: ["conversas-v2-custom-fields"]
---

# Listar campos personalizados

`GET /v2/custom-fields`

ℹ️ Este recurso está em fase de testes e disponível apenas para contas selecionadas.

Listar campos personalizados.

## Query parameters

- `limit` integer
- `page` integer
- `label` string

## Response `200`

Lista de campos personalizados

- object
  - `data` CustomField[]
    - `id` string, hash
    - `info` string — Informações do campo personalizado.
    - `key` string — Variável a ser referenciada nos templates de mensagens.
    - `label` string — Rótulo do campo personalizado.
  - `limit` integer
  - `page` integer
  - `total` integer

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
