Whitelist a driver

POSTWhitelist a driver

API Customer needs to whitelist the EV Driver to access the EV Chargers operated by CPOs via eMSP platform.

URLhttps://api-gateway-evnnovator.com/api/v1/whitelist/driver

Request Header

Header NameAuthorization
ValueBearer <oauth token>
DescriptionThis is the required header with oauth2.0 token value.
Request BodyString ( text type )

Sample Request and Response

POST https://api-gateway-evnnovator.com/api/ocpi/api/v1/whitelist/driver

Request in text format :

demo-driver-1

Response Json :

{
    "status_code": 1000,
    "status_message": "Success",
    "timestamp": "2022-03-26T14:41:32.805",
    "data": "Success"
}
   

Response

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Powered by BetterDocs