---
title: "POST /managed-data-identifiers/list"
method: POST
path: "/managed-data-identifiers/list"
---

# POST /managed-data-identifiers/list

`POST /managed-data-identifiers/list`

Retrieves information about all the managed data identifiers that Amazon Macie currently provides.

## Query parameters

- `nextToken` string

## Request body

- object
  - `nextToken` string — The nextToken string that specifies which page of results to return in a paginated response.

## Response `200`

Success

- ListManagedDataIdentifiersResponse
  - `items` ManagedDataIdentifierSummary[] — An array of objects, one for each managed data identifier.
    - `category` 'FINANCIAL_INFORMATION' | 'PERSONAL_INFORMATION' | 'CREDENTIALS' | 'CUSTOM_IDENTIFIER' — The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.
    - `id` string — The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.
  - `nextToken` string — The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

---

[API](https://skmtc.net/aws/apis/macie2.md) · [All operations](https://skmtc.net/aws/apis/macie2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/macie2/versions/6252cf55d8ef/schema)
