v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sites

Retrieve the images of a (charge) site

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

get/api/v1/sites/{siteId}/images

Path parameters

siteIdinteger required

Response

Images of the site

imagesstring[] required

Public URLs of the images attached to this site (max 4)

Example response

{
  "images": [
    "https://cdn.monta.com/charge-point-group-pictures/abc.jpg"
  ]
}