Digital Card Art
digital_card_art
Methods
get/v1/digital_card_art
List digital card art.
query Parameters
ending_before: string
Optional
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
page_size: number
(maximum: 100, minimum: 1, default: 50)Optional
Page size (for pagination).
starting_after: string
Optional
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response fields
has_more: boolean
More data exists.
Request example
200Example
get/v1/digital_card_art/{digital_card_art_token}
Get digital card art by token.
Domain types
DigitalCardArt = { token, card_program_token, created, 4 more... }
