v1
latestOpenAPI 3.0.12026-07-243686491.1 MBSites
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
Example response
{
"name": "John Doe",
"email": "john.doe@example.com",
"companyRegistrationNumber": "12345678"
}