Skip to main content
GET
/
cards
/
{id}
/
transactions
Get Card Transactions
curl --request GET \
  --url https://api.sandbox.sudo.cards/cards/{id}/transactions \
  --header 'Authorization: <api-key>'
"{}"

Documentation Index

Fetch the complete documentation index at: https://docs.sudo.africa/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the card you wish to fetch the transactions for.

Query Parameters

page
integer<int32>
default:0

Specifies the position the response data should begin from.

limit
integer<int32>
default:100

The number of transactions to fetch.

fromDate
string<date>

This is the start date of the date range.

toDate
string<date>

This is the end date of the date range.

Response

200

The response is of type object.