Get charger level authentication information
x-ms-visibility: "important"
Get charger level authentication information
Path Parameters
chargerId string required
Charger Identifier
Responses
- 200
- 400
- 401
The OCPP charger level authentication information
application/json
Schema
Example (from schema)
Schema
username string
isPasswordSet boolean
{
"username": "string",
"isPasswordSet": true
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...