List card designs
Returns the card designs available for your program.
Designs gated behind a loyalty tier are included, with their requirement exposed
via access_min_rank. Pass customer_id to restrict the list to designs that
customer is eligible to select; omit it (for example, on a pre-signup teaser
screen) to receive every design the program offers.
If your program defines no designs of its own, the designs configured for your partner are returned instead.
Results are paginated. When has_more is true, pass the response’s
next_page_token back as starting_after to retrieve the next page.
Authorizations
Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>
Query Parameters
Restrict results to designs this customer is eligible for, based on their loyalty tier.
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
Filters designs by name
"Midnight"
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
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.
"eyJsIjoyNSwiYyI6eyJpZCI6MTAzfX0="