Skip to main content
GET
List digital cards

Authorizations

X-Api-Key
string
header
required

Company Level Authentication

Include your API key in the X-Api-Key header for every request:

Headers

snappy-account-id
string

Optional account identifier for swag validation/filtering.

Example:

"acc123456"

snappy-company-id
string

Optional company identifier for swag validation/filtering.

Example:

"cmp123456"

Query Parameters

filter[orderId]
string

Order identifier to retrieve digital cards for.

Minimum string length: 1
Pattern: ^[A-Za-z0-9_-]+$
Example:

"order_123"

page[number]
integer
default:1

1-indexed page number.

Required range: x >= 1
Example:

1

page[size]
integer
default:100

Number of collections per page (max 150, default 100).

Required range: 1 <= x <= 150
Example:

100

include
enum<string>[]

Related entities to include.

Related entities to include.

Available options:
brand
Example:

Response

Paginated list of digital cards.

data
object[]
required
Last modified on July 30, 2026