SYNC_TOKEN_EXPIRED
Sync token expired, start a full resync
| HTTP-Status | 410 |
|---|---|
| Wiederholen sinnvoll | Nein. Die Anfrage selbst muss sich ändern, ein erneuter Versuch führt zum selben Ergebnis. |
| Feld in der Antwort | code: "SYNC_TOKEN_EXPIRED" |
Form der Antwort
{
"type": "https://docs.ohmnify.io/api/errors/sync_token_expired",
"title": "Sync token expired, start a full resync",
"status": 410,
"code": "SYNC_TOKEN_EXPIRED",
"retryable": false,
"requestId": "req_..."
}