---
title: "Create publish settings for a charge point"
method: POST
path: "/api/v1/charge-points/{chargePointId}/publish-settings"
tags: ["Charge Points"]
---

# Create publish settings for a charge point

`POST /api/v1/charge-points/{chargePointId}/publish-settings`

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

## Path parameters

- `chargePointId` integer, required

## Request body

- UpdateChargePointPublishSettings — Update payload for charge point publish settings.
  - `identifier` string, nullable — Public identifier (kept stable when omitted).
  - `enabled` boolean, nullable — Toggle the public web link on or off. When omitted, the current value is preserved.

## Response `200`

Publish settings created

- ChargePointPublishSettings — Settings that control whether a charge point exposes a public web link showing live charge data.
  - `id` integer, nullable — Identifier of the publish settings record.
  - `identifier` string, nullable — Public-facing identifier used in the web URL.
  - `enabled` boolean — Whether the public web link is currently enabled.
  - `web_url` string, nullable — Public web URL that exposes the charge point data when enabled.

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