v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points
Retrieve publish settings for a charge point
Required scope: charge-points:read </br>Organization authorization: supported
get/api/v1/charge-points/{chargePointId}/publish-settings/{publishSettingId}
Path parameters
chargePointIdinteger required
publishSettingIdinteger required
Response
Publish settings for the charge point.
Example response
{
"id": 42,
"identifier": "abc123-uuid",
"enabled": true,
"web_url": "https://app.monta.com/charge_point_publishes/abc123-uuid"
}