I'm trying to make my own app for my new Opel Corsa E and I'm having troubles following this guide.
Everything goes fine until I want to retrieve my vehicles, because in step 1.3 it describes that you should subscribe to a plan named Connected Car - B2C, but I am unable to find this plan.
All authentication steps are going perfectly fine and I'm able to get all the necessary authentication steps completed. The vehicle endpoint obviously returns the following output, since I'm not subscribed:
{
"httpCode": "401",
"httpMessage": "Unauthorized",
"moreInformation": "Not registered to plan"
}
Am I missing something? I just want to access the API to start developing my own app, so even an API with dummy data would be ok.
I'm trying to make my own app for my new Opel Corsa E and I'm having troubles following this guide.
Everything goes fine until I want to retrieve my vehicles, because in step 1.3 it describes that you should subscribe to a plan named Connected Car - B2C, but I am unable to find this plan.
All authentication steps are going perfectly fine and I'm able to get all the necessary authentication steps completed. The vehicle endpoint obviously returns the following output, since I'm not subscribed:
{ "httpCode": "401", "httpMessage": "Unauthorized", "moreInformation": "Not registered to plan" }Am I missing something? I just want to access the API to start developing my own app, so even an API with dummy data would be ok.