---
title: "Sync auth tokens to a charge point"
method: POST
path: "/api/v1/charge-points/{chargePointId}/sync-charge-keys"
tags: ["Charge Points"]
---

# Sync auth tokens to a charge point

`POST /api/v1/charge-points/{chargePointId}/sync-charge-keys`

Queues an OCPP SendLocalList sync of authorization tokens (charge keys) to the charge point. The actual sync is performed asynchronously. Returns 422 if the charge point has no integration. Required scope: `charge-points:write` </br>Organization authorization: `supported`

## Path parameters

- `chargePointId` integer, required

## Response `202`

Charge key sync queued

## 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
- `422` — Charge point has no integration

---

[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)
