---
title: "Get field mappings for an employer"
method: GET
path: "/v1/field-mappings"
tags: ["Field Mappings"]
---

# Get field mappings for an employer

`GET /v1/field-mappings`

Returns available additional information fields based on the employer's brand integration type. Caller must have the manage-employers role on the specified employer.

## Query parameters

- `employerId` string, required

## Response `200`

Default Response

- object
  - `integrationKey` unknown, required
  - `displayName` unknown, required
  - `fields` object[], required
    - `key` string, required
    - `displayName` string, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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