api-key-expired

MyŠkoda Public API problem type

HTTP 401 Unauthorized

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

When it occurs

The API key used to authenticate the request has passed its expiry date. Every key has a limited lifetime; successful responses announce it in the X-API-Key-Expires-At header.

Example response

{
  "type": "https://public.api.connect.skoda-auto.cz/problems/api-key-expired",
  "title": "Unauthorized",
  "status": 401,
  "detail": "The API key expired on 2026-09-01T00:00:00Z."
}

What to do

Create a new API key in the MyŠkoda app and replace the expired one in your integration. To avoid interruptions, renew keys before they expire by watching the X-API-Key-Expires-At response header.

Back to the documentation