Generate an e-value for a test chip
Chips
Generate an e-value for a test chip
Returns a fresh e value for a test chip. POST the returned e to /v1/chips/{chip_id} to test your integration end-to-end. Only valid for test chips.
POST
Generate an e-value for a test chip
Authorizations
Use Authorization: Bearer end_sk_* for partner API keys (e.g. end_sk_AbCd_example_api_key).
Path Parameters
Chip identifier.
Pattern:
^[0-9A-F]{10}$Example:
"ABCDEF0123"
Body
application/json
Optional counter value. Defaults to the next emulated chip counter and reserves it, so each tap returns a new e-value. Explicit counts must be greater than the chip's current highestObservedCount.
Required range:
x >= 0Example:
5

