curl --request GET \
--url https://sandbox.killb.app/api/v2/backoffice/ramps/{rampId}/transactions \
--header 'Authorization: Bearer <token>'{
"rampId": "<string>",
"totalTransactions": 123,
"transactions": [
{
"id": "<string>",
"transferId": "<string>",
"customerId": "<string>",
"userId": "<string>",
"providerId": "<string>",
"status": "<string>",
"type": "<string>",
"originAccountId": "<string>",
"destinationAccountId": "<string>",
"beneficiary": {},
"externalId": "<string>",
"currency": "<string>",
"amount": "<string>",
"module": "<string>",
"method": "<string>",
"direction": "<string>",
"automationId": 123,
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://sandbox.killb.app/api/v2/backoffice/ramps/{rampId}/transactions \
--header 'Authorization: Bearer <token>'{
"rampId": "<string>",
"totalTransactions": 123,
"transactions": [
{
"id": "<string>",
"transferId": "<string>",
"customerId": "<string>",
"userId": "<string>",
"providerId": "<string>",
"status": "<string>",
"type": "<string>",
"originAccountId": "<string>",
"destinationAccountId": "<string>",
"beneficiary": {},
"externalId": "<string>",
"currency": "<string>",
"amount": "<string>",
"module": "<string>",
"method": "<string>",
"direction": "<string>",
"automationId": 123,
"metadata": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes