List all cards

GET {{baseUrl}}/v1/issuing/cards

Returns a list of Issuing Card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.

Request Params

KeyDatatypeRequiredDescription
cardholderstringOnly return cards belonging to the Cardholder with the provided ID.
created[gt]stringOnly return cards that were issued during the given date interval.
created[gte]stringOnly return cards that were issued during the given date interval.
created[lt]stringOnly return cards that were issued during the given date interval.
created[lte]stringOnly return cards that were issued during the given date interval.
ending_beforestringA cursor for use in pagination. ending_before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.
exp_monthstringOnly return cards that have the given expiration month.
exp_yearstringOnly return cards that have the given expiration year.
expand[0]stringSpecifies which fields in the response should be expanded.
expand[1]stringSpecifies which fields in the response should be expanded.
last4stringOnly return cards that have the given last four digits.
limitstringA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
personalization_designstring
starting_afterstringA cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.
statusstringOnly return cards that have the given status. One of active, inactive, or canceled.
typestringOnly return cards that have the given type. One of virtual or physical.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring