# List custom fields

Retrieve all custom field definitions for contacts and companies.

Endpoint: GET /leads/api/custom-fields
Version: 2.0.0
Security: bearerAuth

## Query parameters:

  - `limit` (integer)
    Items per page (default 20).

  - `offset` (integer)
    Items to skip (default 0).

  - `order_field` (string)
    Sort field (default `created_at`).

  - `order_type` (string)
    Sort direction.

## Response 200 fields (application/json):

  - `data` (array)

  - `data.uuid` (string)

  - `data.team_id` (integer)

  - `data.user_id` (integer)

  - `data.name` (string)
    Example: Industry Vertical

  - `data.object` (string)
    Enum: "lead", "company"

  - `data.order` (integer)

