---
title: "List CRM Company Fields"
method: GET
path: "/api/v3/crm/{integration_id}/company-fields"
tags: ["CRM Automation Push"]
---

# List CRM Company Fields

`GET /api/v3/crm/{integration_id}/company-fields`

List all available fields on the company/account object in the user's CRM.

Returns field names, labels, types, and whether each is a custom field.
Use this to discover which CRM fields are available when setting up
field mappings for the push endpoint.

- **HubSpot**: Lists all properties on the Companies object
- **Salesforce**: Describes the Account object and returns all fields

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Response `200`

Successful Response

- CRMFieldResponse[]
  - `name` string, required — API name of the field
  - `label` string, required — Human-readable label
  - `type` string, required — Data type (e.g. 'string', 'number')
  - `custom` boolean, required — Whether this is a custom field

## Other responses

- `422` — Validation Error

---

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