v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sites

Upload an image to a (charge) site

Uploads a jpeg/png image (max 2MB, max 4 per site) and returns the updated list of image URLs. Required scope: charge-points:write </br>Organization authorization: supported

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

Path parameters

siteIdinteger required

Request body

imagestring binary required

Response

Image uploaded, updated list of image URLs returned

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"
  ]
}