GET
/
transactions
curl --request GET \
  --url https://spark.test.woodcore.co/api/v2/transactions \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

receiptNumber
string
Example:

"rec123"

perPage
string
Example:

"5"

page
string
Example:

"1"

date
string
Example:

"08/02/2022-02/08/2022"

amount
string
Example:

"2000"

accountNumber
string
Example:

"000000313"

Response

200 - application/json
ddddd

The response is of type object.