v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Tokenization

Get a card's tokenizations

List card tokenizations

get/v1/tokenizations

Query parameters

account_tokenstring uuid

Filters for tokenizations associated with a specific account.

beginstring date

Filter for tokenizations created after this date.

card_tokenstring uuid

Filters for tokenizations associated with a specific card.

endstring date

Filter for tokenizations created before this date.

tokenization_channel'DIGITAL_WALLET' | 'MERCHANT' | 'ALL'

Filter for tokenizations by tokenization channel. If this is not specified, only DIGITAL_WALLET tokenizations will be returned.

ending_beforestring

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_sizeinteger

Page size (for pagination).

starting_afterstring

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

OK

has_moreboolean