---
title: "Returns list of supported import fields"
method: GET
path: "/v1/recipient_blacklist/import/fields"
tags: ["blacklist"]
---

# Returns list of supported import fields

`GET /v1/recipient_blacklist/import/fields`

## Response `200`

OK

- FieldMetaDataResponse[]
  - `name` string, required — name
  - `type` string, required — data type
  - `required` boolean, required — required
  - `maxLength` integer, required — maximum length
  - `isDuplicateCheckSupported` boolean, required — whether duplicate check is supported for this field

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
