Skip to main content
GET
List chips

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

Maximum number of records to return. Defaults to 50; maximum 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from the previous page.

Minimum string length: 1
is_test
enum<string>

Filter by test-chip flag. Omit to return both test and encoded chips.

Available options:
true,
false

Response

200 - application/json

A page of chips.

chips
object[]
required
pagination
object
required