---
title: "Dein Sync-Code"
description: "Schreibe diesen Code auf. Er stellt deine Sichtungen auf jedem anderen Gerät wieder her. Wer den Code hat, sieht deine Liste."
canonical: https://animalchecklist.com/de/sync
last_updated: 2026-09-20
---

# Dein Sync-Code

> Schreibe diesen Code auf. Er stellt deine Sichtungen auf jedem anderen Gerät wieder her. Wer den Code hat, sieht deine Liste.

## Auf diesem Gerät wiederherstellen

Gib den Code deines anderen Geräts ein. Deine lokalen Haken bleiben; die Listen werden zusammengeführt.

The code has the form `AC-XXXX-XXXX-XXXX-XXXX`. It is the only credential and it is anonymous: no email address, no password, no profile.

An agent uses a code only when the person supplied it. It never creates one unasked and never prints one.

API: `POST https://animalchecklist.com/api/v1/accounts`, `GET|PUT https://animalchecklist.com/api/v1/sightings` with `Authorization: Bearer <code>`.
