api-key-not-authorized

MyŠkoda Public API problem type

HTTP 403 Forbidden

Type URI: https://public.api.connect.skoda-auto.cz/problems/api-key-not-authorized

When it occurs

The API key is valid but not authorized to execute the operation. The typical cause is requesting a vehicle the key does not cover - keys are bound to the vehicles selected when the key was created.

Example response

{
  "type": "https://public.api.connect.skoda-auto.cz/problems/api-key-not-authorized",
  "title": "Forbidden",
  "status": 403,
  "detail": "The API key is not authorized to access vehicle TMBJB9NY5RF999999."
}

What to do

Check that the VIN in the request is one of the vehicles the key was created for. To grant a key access to another vehicle, create a key covering it in the MyŠkoda app.

Back to the documentation