Skip to main content
POST
Pair chips in bulk

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Unique key that makes this request safe to retry. Replaying the key with the same body returns the original response with Idempotent-Replayed: true; replaying it with a different body returns 409 idempotency.key_conflict.

Required string length: 1 - 255
Example:

"a1b2c3d4-0000-4000-8000-000000000000"

Body

application/json

Pair up to 100 chips in one request. All units must belong to the same collection; units are issued in the order provided.

chips
object[]
required
Required array length: 1 - 100 elements

Response

Created chips, in the order provided.

The paired chips, in the order provided. Each carries a snapshot of its unit and issuance status.

chips
object[]
required