---
title: "GET /field-mapping"
method: GET
path: "/field-mapping"
tags: ["FieldMapping"]
---

# GET /field-mapping

`GET /field-mapping`

Get field mappings configs for a connection

## Headers

- `x-revert-public-token` string, required
- `x-revert-t-id` string, required
- `x-revert-t-token` string, required

## Response `200`

- GetFieldMappingConfigResponse
  - `canAddCustomMapping` boolean, required
  - `mappableFields` MappableFieldType[], required
    - `fieldName` string, required
    - `objectName` 'company' | 'contact' | 'deal' | 'event' | 'lead' | 'note' | 'task' | 'user', required
  - `fieldList` unknown, required

## Other responses

- `401`
- `500`

---

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