Accounts
Get cards for account
Retrieve all debit and credit cards associated with a specific account.
get/account/{accountId}/cards
Path parameters
accountIdstring uuid required
ID for a Mercury account.
Response
Example response
{
"cards": [
{
"createdAt": "2016-07-22T00:00:00Z",
"updatedAt": "2016-07-22T00:00:00Z"
}
]
}