---
title: "POST /v2/email/vdm/recommendations"
method: POST
path: "/v2/email/vdm/recommendations"
---

# POST /v2/email/vdm/recommendations

`POST /v2/email/vdm/recommendations`

Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.

You can execute this operation no more than once per second.

## Query parameters

- `PageSize` string
- `NextToken` string

## Request body

- object
  - `Filter` object — An object that contains mapping between <code>ListRecommendationsFilterKey</code> and <code>ListRecommendationFilterValue</code> to filter by.
  - `NextToken` string — A token returned from a previous call to <code>ListRecommendations</code> to indicate the position in the list of recommendations.
  - `PageSize` integer — <p>The number of results to show in a single call to <code>ListRecommendations</code>. If the number of results is larger than the number you specified in this parameter, then the response includes a <code>NextToken</code> element, which you can use to obtain additional results.</p> <p>The value you specify has to be at least 1, and can be no more than 100.</p>

## Response `200`

Success

- ListRecommendationsResponse — Contains the response to your request to retrieve the list of recommendations for your account.
  - `Recommendations` Recommendation[] — The recommendations applicable to your account.
    - `ResourceArn` string — The resource affected by the recommendation, with values like <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.
    - `Type` 'DKIM' | 'DMARC' | 'SPF' | 'BIMI' — The recommendation type, with values like <code>DKIM</code>, <code>SPF</code>, <code>DMARC</code> or <code>BIMI</code>.
    - `Description` string — The recommendation description / disambiguator - e.g. <code>DKIM1</code> and <code>DKIM2</code> are different recommendations about your DKIM setup.
    - `Status` 'OPEN' | 'FIXED' — The recommendation status, with values like <code>OPEN</code> or <code>FIXED</code>.
    - `CreatedTimestamp` string, date-time — The first time this issue was encountered and the recommendation was generated.
    - `LastUpdatedTimestamp` string, date-time — The last time the recommendation was updated.
    - `Impact` 'LOW' | 'HIGH' — The recommendation impact, with values like <code>HIGH</code> or <code>LOW</code>.
  - `NextToken` string — A string token indicating that there might be additional recommendations available to be listed. Use the token provided in the <code>ListRecommendationsResponse</code> to use in the subsequent call to <code>ListRecommendations</code> with the same parameters to retrieve the next page of recommendations.

## Other responses

- `480` — TooManyRequestsException
- `481` — BadRequestException
- `482` — NotFoundException

---

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