Skip to main content
GET
Get all the cards for a user or company

Authorizations

Api-Key
string
header
required

Query Parameters

companyId
string<uuid>

For corporate cards, id of the company to get cards for

userId
string<uuid>

Id of the user to get cards for

status
enum<string>

Filter cards by status

Available options:
notActivated,
active,
locked,
canceled
cursor
string

The id of the resource after which to start fetching

limit
integer
default:20

The number of resources to fetch

Required range: 1 <= x <= 100

Response

Successful operation

id
string<uuid>
required
companyId
string<uuid>
required
userId
string<uuid>
required
type
enum<string>
required
Available options:
physical,
virtual
status
enum<string>
required
Available options:
notActivated,
active,
locked,
canceled
last4
string
required
expirationMonth
string
required
expirationYear
string
required
limit
object
tokenWallets
string[]

The name of the wallet that the tokenized card was added to

createdAt
string<date-time>

When the card was created

updatedAt
string<date-time>

When the card was last updated