v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sites

Retrieve the developer details of a (charge) site

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

get/api/v1/sites/{siteId}/developer-details

Path parameters

siteIdinteger required

Response

Developer details for the site with the provided id

namestring nullable

Name of the developer

emailstring nullable

Email of the developer

companyRegistrationNumberstring nullable

Company registration number

Example response

{
  "name": "John Doe",
  "email": "john.doe@example.com",
  "companyRegistrationNumber": "12345678"
}