post https://api.connect.earth/transaction/bulk/upload/get
Allows the user to retrieve all the transactions uploaded previously against the userId.
Log in to see full request history
Responses
Allows the user to retrieve all the transactions uploaded previously against the userId.
xxxxxxxxxx
15curl --request POST \
--url https://api.connect.earth/transaction/bulk/upload/get \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"userId": "user-123",
"startDate": "2020-03-02",
"endDate": "2023-03-02",
"transactionIds": [
"12356_id",
"12357_id"
]
}
'
Try It!
to start a request and see the response here! Or choose an example: