Replace a unit's chip
chips
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.
POST
Replace a unit's chip
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Path Parameters
Body
application/json
The chip that replaces the unit's current chip. Must already exist and not be paired to any unit.
Minimum string length:
1Example:
"ABCDEF0123"
Response
201 - application/json
The created replacement.
The chip being retired from the unit.
The chip replacing it.
Replacement progress. Poll until confirmed; failed is terminal.
Available options:
prepared, submitted, confirmed, failed 
