Get OCPP customer level authentication
x-ms-visibility: "important"
Get customer level authentication information configured
Responses
- 200
- 400
- 401
The OCPP customer level authentication information
application/json
Schema
Example (from schema)
Schema
strictAuthentication boolean
allowPrivateOnly boolean
username string
isPasswordSet boolean
{
"strictAuthentication": true,
"allowPrivateOnly": true,
"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...