Replace a unit's chip
Pairs a replacement chip to the unit and retires the currently paired one. The replacement chip must already exist and not be paired to any unit. Available until the unit is claimed; afterwards the chip is permanently locked. Poll GET /v1/units//chip-replacements/ for status.
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Headers
Unique key that makes this request safe to retry. Replaying the key with the same body returns the original response with Idempotent-Replayed: true; replaying it with a different body returns 409 idempotency.key_conflict.
1 - 255"a1b2c3d4-0000-4000-8000-000000000000"
Path Parameters
Body
The chip that replaces the unit's current chip. Must already exist and not be paired to any unit.
1"ABCDEF0123"
Response
The created replacement.
The chip being retired from the unit.
The chip replacing it.
Replacement progress. Poll until confirmed; failed is terminal.
prepared, submitted, confirmed, failed 
