Skip to main content
GET
List card designs

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Query Parameters

customer_id
string

Restrict results to designs this customer is eligible for, based on their loyalty tier.

Example:

"2EE24580-B97B-4949-A65C-929CCB9B9B8D"

search_term
string

Filters designs by name

Example:

"Midnight"

starting_after
string

A cursor for use in pagination. Unlike other list endpoints, this takes the opaque next_page_token from the previous response rather than a card design id. Omit it for the first page.

Response

List of card designs

data
object[]
has_more
boolean
total
integer
next_page_token
string

Opaque cursor for the next page, present only when has_more is true. Pass it back as starting_after to fetch the following page. Treat it as opaque — its contents are not a card design id and may change.

Example:

"eyJsIjoyNSwiYyI6eyJpZCI6MTAzfX0="