Skip to main content
GET
Fetch a chip

Authorizations

Authorization
string
header
required

Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).

Path Parameters

chip_id
string
required

Chip identifier from the tap URL. Always returned uppercase.

Pattern: ^[0-9A-Fa-f]{10}$
Example:

"ABCDEF0123"

Response

The chip.

chip_id
string
required

Chip identifier from the tap URL.

Pattern: ^[0-9A-F]{10}$
Example:

"ABCDEF0123"

is_test
boolean
required

True for a test chip, false for a chip encoded onto physical hardware.

scan_count
integer
required

Number of taps recorded for this chip.

Required range: x >= 0
created_at
string<date-time>
required
unit
object | null
required

Snapshot of the unit this chip is paired to, including its collection and issuance status. Null when the chip is not paired to a unit.