Get a List of Cards
List of Cards
GET
https://spendit.finance.com/api/cards
Query Parameters
Name
Type
Description
status
String
awaiting_payment generated
Headers
Name
Type
Description
Authorization*
String
Bearer API_TOKEN
Response Example
Filtering the List
You can narrow down the list by applying a filter on the status property.
Cards Awaiting Payment
GET https://spendit.finance/api/cards?status=awaiting_payment
Cards Generated
GET https://spendit.finance/api/cards?status=generated
Last updated