---
title: "POST /v1:provideValidationFeedback"
method: POST
path: "/v1:provideValidationFeedback"
tags: ["v1"]
---

# POST /v1:provideValidationFeedback

`POST /v1:provideValidationFeedback`

Feedback about the outcome of the sequence of validation attempts. This should be the last call made after a sequence of validation calls for the same address, and should be called once the transaction is concluded. This should only be sent once for the sequence of `ValidateAddress` requests needed to validate an address fully.

## Request body

- GoogleMapsAddressvalidationV1ProvideValidationFeedbackRequest — The request for sending validation feedback.
  - `responseId` string — Required. The ID of the response that this feedback is for. This should be the response_id from the first response in a series of address validation attempts.
  - `conclusion` 'VALIDATION_CONCLUSION_UNSPECIFIED' | 'VALIDATED_VERSION_USED' | 'USER_VERSION_USED' | 'UNVALIDATED_VERSION_USED' | 'UNUSED' — Required. The outcome of the sequence of validation attempts. If this field is set to `VALIDATION_CONCLUSION_UNSPECIFIED`, an `INVALID_ARGUMENT` error will be returned.

## Response `200`

Successful response

---

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