Generate an e-value for a test chip
Test helpers
Generate an e-value for a test chip
Returns a fresh e value for a test chip. POST the returned e to /v1/taps to test your integration end-to-end. Only valid for test chips, and only with a secret key.
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).
Body
application/json
Identifier of the test chip to generate a tap for.
Pattern:
^[0-9A-Fa-f]{10}$Example:
"ABCDEF0123"
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

