POST | Whitelist a driver |
API Customer needs to whitelist the EV Driver to access the EV Chargers operated by CPOs via eMSP platform.
Request Header
Header Name | Authorization |
Value | Bearer <oauth token> |
Description | This is the required header with oauth2.0 token value. |
Request Body | String ( 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
Code | Description |
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |