Skip to main content

clock_skew

The client clock is too far ahead of the server.

HTTPcodeRetryable?
401clock_skewyes

When it happens

The iat claim is ahead of the server time by more than the allowed tolerance.

How to resolve it

Sync your clock with GET /v2/time and re-sign. This is retryable once the skew is corrected.

Example

{
"type": "https://docs.skipo.com/errors/clock_skew",
"title": "Clock skew too large",
"status": 401,
"code": "clock_skew",
"retryable": true,
"detail": "The client clock is too far ahead of the server."
}

Back to the error catalog · See the error format.