Introduction for OEMs
In order for an OEM to connect to a Roaming Platform and make their charging stations available in the OEM’s network, the following steps need to be taken:
Additional HTTP Header
For basic info, see Sending a Message via OIOI.
Example HTTP request:
Content-Type: application/json
Authorization: key=a39ff3fb-fe0a-40a3-bdde-df6372c07c89
{
"user-verify": {
"username": "your-user",
"password": "mypassword",
"is-token": false,
"language": "en"
}
}