---
title: "Apply amendment changes"
method: POST
path: "/v1/amendment/apply/changes"
tags: ["Amendment"]
---

# Apply amendment changes

`POST /v1/amendment/apply/changes`

Applies the specified amendment changes to the policy

## Headers

- `Authorization` string

## Request body

- ApplyChangeDto
  - `token` string, required — Payment token for that was created by the payment provider
  - `changeKey` string, required — The change key that was returned by the create amendment quote
  - `policyCode` string, required — The policy code to cancel

## Response `201`

The amendment changes have been successfully applied.

- ApplyAmendmentResponse
  - `policyCode` string, required — This is the new policy code after the change
  - `policyUrl` string, required — This is the new policy link after the change
  - `receiptUrl` string, required — This is the new policy receipt after the change

## Other responses

- `400` — Unable to provide amendment quote for provided parameters
- `401` — Unauthorized

## Changes

- **2026-07-10** `e016afb8fdb3` — 5 breaking, 4 info
  - removed the required property `changeKey` from the response with the `201` status
  - removed the required property `diff` from the response with the `201` status
  - removed the required property `expiration` from the response with the `201` status
  - removed the required property `newPrice` from the response with the `201` status
  - …5 more
- **2026-07-09** `e95f3723e41f` — 2 info
  - api operation id `applyAmendmentChanges` removed and replaced with `generate`
  - added the new optional `header` request parameter `Authorization`

[Change history](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/changes/v1/amendment/apply/changes/post.md)

---

[API](https://skmtc.dev/withfaye/apis/faye-partner-sales-api.md) · [All operations](https://skmtc.dev/withfaye/apis/faye-partner-sales-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withfaye/faye-partner-sales-api/revisions/e016afb8fdb3/schema)
