Skip to main content
GET
Get all transactions

Authorizations

Api-Key
string
header
required

Query Parameters

companyId
string<uuid>

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

userId
string<uuid>

Id of the user to get transactions for

cardId
string<uuid>

Id of the card to get transactions for

type
enum<string>[]

Type of transaction to get

Available options:
spend,
collateral,
payment,
fee,
transfer
transactionHash
string

Hash of the transaction to get

authorizedBefore
string<date-time>

Get transactions authorized before this date

authorizedAfter
string<date-time>

Get transactions authorized after this date

postedBefore
string<date-time>

Get transactions posted before this date

postedAfter
string<date-time>

Get transactions posted after this date

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

The id of the transaction

type
enum<string>
required

The type of transaction

Available options:
spend
spend
object
required

The spend transaction