> ## Documentation Index
> Fetch the complete documentation index at: https://beebole.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Field

> Beebole legacy API — Custom Field operations.

## **List Custom Fields**

Request:

```json theme={null}
{
  "service": "custom_field.list"
}
```

Response:

```json theme={null}
{
  "customFields": [
    {
      "id":4641,
      "name":"Company address",
      "availableFor":"Company - Customer"
    }
  ]
}
```
