Skip to main content
POST
Generate an e-value for a test 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.

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

"ABCDEF0123"

Body

application/json
count
integer

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 >= 0
Example:

5

Response

200 - application/json

Generated e-value and count.

chip_id
string
required
Example:

"ABCDEF0123"

e
string
required
Example:

"C78566198547116F3A715DC1C62AF96F"

count
integer
required
Required range: x >= 0
Example:

5