Verify a chip and issue a session token
Chips
Verify a chip and issue a session token
Verify a chip tap and return chip, unit, and session details for follow-up flows.
POST
Verify a chip and issue a session token
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Path Parameters
Chip identifier from the tap URL.
Pattern:
^[0-9A-Fa-f]{10}$Example:
"ABCDEF0123"
Body
application/json
Response
200 - application/json
Chip verified; session token issued (or null on dry_run).
Scan identifier. null when dry_run=true (no Scan record created).
Example:
"12345678-1234-4567-8901-234567890abc"
Opaque session token scoped to (orgId, chipId, apiKeyId, scanId). null on dry_run.
Canonical verify URL on the org's verified domain. null when no verified domain exists.
Example:
"https://domain.com/verify/ABCDEF0123"

