---
title: "Approve cost changes"
method: POST
path: "/api/v1/sponsored-charge-points/approve-cost-changes"
tags: ["Sponsored Charge Points"]
---

# Approve cost changes

`POST /api/v1/sponsored-charge-points/approve-cost-changes`

Required scope: `sponsored-charge-points:write` </br>Organization authorization: `supported`

## Request body

- SponsoredChargePointCostChangesReview
  - `sponsoredChargePointIds` integer[], required — List of charge point ids that are selected for cost changes review
  - `sendEmailNotification` boolean — Indicates if an email notification should be sent to the charge point owner about the cost changes review

## Response `204`

Cost changes approved

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
