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

# Approve a sponsored charge point

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

Approves one or more pending sponsored charge points. Mirrors the internal Portal2 endpoint.</br></br>Required scope: `sponsored-charge-points:write` </br>Organization authorization: `supported`

## Request body

- SponsoredChargePointApprove
  - `sponsoredChargePointIds` integer[], required — List of sponsored charge point ids to approve
  - `sponsoredPriceGroupId` integer, nullable — Optional price group id to apply to the approved sponsorship. If omitted, the price group already attached to the sponsored charge point is used.
  - `payout` 'end-of-month' | 'realtime' | 'other', required
  - `payForSubscriptions` boolean, required — Whether the sponsor pays for the sponsored user's subscription fees
  - `sendEmailNotification` boolean — Whether to send an email notification to the charge point owner about the approval

## Response `204`

Sponsored charge point(s) 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/revisions/517e18f11015/schema)
