cURL
curl --request GET \ --url https://api.covenance.com/card \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "date": "2023-11-07T05:31:56Z", "description": "<string>", "amountCents": 123, "status": "pending", "referenceNumber": "<string>", "authorizedAt": "2023-11-07T05:31:56Z", "merchantData": { "description": "<string>", "categoryCode": "<string>" }, "cardId": "<string>", "originalCurrency": { "code": "<string>", "amountCents": 123, "conversionRate": 123 }, "declineReason": "<string>" } ], "metadata": { "nextCursor": "<string>", "count": 123 } }
Get all of your cards
Filter by status
active
paused
inactive
closed
Sorts card by creation date or name.
The direction to apply the sort filter by. Default ASC.
ASC
DESC
Cursor for pagination
OK
Show child attributes