v1
latestOpenAPI 3.0.12026-07-243686491.1 MBSites
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
Response
Image uploaded, updated list of image URLs returned
Example response
{
"images": [
"https://cdn.monta.com/charge-point-group-pictures/abc.jpg"
]
}