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

# Retrieve publish settings for a charge point

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

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

## Path parameters

- `chargePointId` integer, required
- `publishSettingId` integer, required

## Response `200`

Publish settings for the charge point.

- 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/revisions/517e18f11015/schema)
